#3d3afb

Color #3D3AFB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3D3AFB

Tints of Neon Blue #3D3AFB

Color information

#3D3AFB (or 0x3D3AFB) is unknown color: approx Neon Blue. HEX triplet: 3D, 3A and FB. RGB value is (61,58,251). Sum of RGB (Red+Green+Blue) = 61+58+251=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D3AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3AFB is #C2C504. Grayscale: #505050. Windows color (decimal): -12764421 or 16464445. OLE color: 16464445.

HSL color Cylindrical-coordinate representation of color #3D3AFB: hue angle of 240.93º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D3AFB is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6158251-
CMYK0.760.7700.02
HSL240.93º96.02%60.59%-
HSV(B)240.93º76.89%98.43%-
XYZ20.8510.9892.29-
YUV80.9223.99113.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 251 (98.44% from 255) = 67.84%
R=16.49%
G=15.68%
B=67.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61582510.760.7700.02240.9396.0260.59
Hex3D3AFB4C4D02f1603d
Octal75723731141150236114075
Binary1111011110101111101110011001001101010111100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d3afb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3d3afb; }

 p { color: rgb(61,58,251); }

 H1.HeaderClassName
 {
   color: #3d3afb;
 }
 .AnyTagClassName
 {
   color: #3d3afb;
 }
</style>
background-color css

<style>
 a { background-color: #3d3afb; }

 a { background-color: rgb(61,58,251); }

 div.DivClassName
 {
   background-color: #3d3afb;
 }
 .BgClassName
 {
   background-color: #3d3afb;
 }
</style>
border-color css

<style>
 span { border-color: #3d3afb; }

 span { border-color: rgb(61,58,251); }

 td.TdClassName
 {
   border-color: #3d3afb;
 }
 .TagClassName
 {
   border-color: #3d3afb;
 }
</style>