Html Css Color HEX #3C3BF9 Neon Blue

📋 copy color: '#3C3BF9'

red 60 ◦ green 59 ◦ blue 249

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

Shades of Neon Blue #3C3BF9

Tints of Neon Blue #3C3BF9

RGB

 RED value IS 60 (23.83% from 255) = 16.3%

 GREEN value IS 59 (23.44% from 255) = 16.03%

 BLUE value IS 249 (97.66% from 255) = 67.66%

R = 16.3%
G = 16.03%
B = 67.66%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C3BF9 (or 0x3C3BF9) is known color: Neon Blue. HEX triplet: 3C, 3B and F9. RGB value is (60,59,249). Sum of RGB (Red+Green+Blue) = 60+59+249=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #3C3BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3BF9 is #C3C406. Grayscale: #505050. Windows color (decimal): -12829703 or 16333628. OLE color: 16333628.

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

Color convert

RGB 60 59 249 -
CMYK 0.76 0.76 0 0.02
HSL 240.32º 0.94% 0.6% -
HSV(B) 240.32º 0.76% 0.98% -
XYZ 20.53 10.93 90.65 -
YUV 80.96 222.83 113.05 -
System Red Green Blue C M Y K H S L
Decimal 60 59 249 0.76 0.76 0 0.02 240.32 0.94 0.6
Hex 3C 3B F9 4C 4C 0 2 F0 5E 3C
Octal 74 73 371 114 114 0 2 360 136 74
Binary 111100 111011 11111001 1001100 1001100 0 10 11110000 1011110 111100

Color Harmonies of #3C3BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3BF9

Black with #3C3BF9

Text Example


Text Example

White with #3C3BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,59,249); }

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

background-color css

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

 a { background-color: rgb(60,59,249); }

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

border-color css

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

 span { border-color: rgb(60,59,249); }

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