Html Css Color HEX #3B3DFF Neon Blue

📋 copy color: '#3B3DFF'

red 59 ◦ green 61 ◦ blue 255

#3B3DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3B3DFF

Tints of Neon Blue #3B3DFF

RGB

 RED value IS 59 (23.44% from 255) = 15.73%

 GREEN value IS 61 (24.22% from 255) = 16.27%

 BLUE value IS 255 (100% from 255) = 68%

R = 15.73%
G = 16.27%
B = 68%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B3DFF (or 0x3B3DFF) is known color: Neon Blue. HEX triplet: 3B, 3D and FF. RGB value is (59,61,255). Sum of RGB (Red+Green+Blue) = 59+61+255=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B3DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B3DFF is #C4C200. Grayscale: #515151. Windows color (decimal): -12894721 or 16727355. OLE color: 16727355.

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

Color convert

RGB 59 61 255 -
CMYK 0.77 0.76 0 0
HSL 239.39º 1% 0.62% -
HSV(B) 239.39º 0.77% 1% -
XYZ 21.52 11.49 95.69 -
YUV 82.52 225.34 111.23 -
System Red Green Blue C M Y K H S L
Decimal 59 61 255 0.77 0.76 0 0 239.39 1 0.62
Hex 3B 3D FF 4D 4C 0 0 EF 64 3E
Octal 73 75 377 115 114 0 0 357 144 76
Binary 111011 111101 11111111 1001101 1001100 0 0 11101111 1100100 111110

Color Harmonies of #3B3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3DFF

Black with #3B3DFF

Text Example


Text Example

White with #3B3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,61,255); }

 H1.HeaderClassName
 {
   color: #3B3DFF;
 }
 .AnyTagClassName
 {
   color: #3B3DFF;
 }
</style>

background-color css

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

 a { background-color: rgb(59,61,255); }

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

border-color css

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

 span { border-color: rgb(59,61,255); }

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