Html Css Color HEX #3C4AFC Neon Blue

📋 copy color: '#3C4AFC'

red 60 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #3C4AFC

Tints of Neon Blue #3C4AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 15.54%
G = 19.17%
B = 65.28%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C4AFC (or 0x3C4AFC) is known color: Neon Blue. HEX triplet: 3C, 4A and FC. RGB value is (60,74,252). Sum of RGB (Red+Green+Blue) = 60+74+252=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C4AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C4AFC is #C3B503. Grayscale: #595959. Windows color (decimal): -12825860 or 16534076. OLE color: 16534076.

HSL color Cylindrical-coordinate representation of color #3C4AFC: hue angle of 235.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4AFC is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 74 252 -
CMYK 0.76 0.71 0 0.01
HSL 235.63º 0.97% 0.61% -
HSV(B) 235.63º 0.76% 0.99% -
XYZ 21.88 12.89 93.43 -
YUV 90.11 219.36 106.53 -
System Red Green Blue C M Y K H S L
Decimal 60 74 252 0.76 0.71 0 0.01 235.63 0.97 0.61
Hex 3C 4A FC 4C 47 0 1 EC 61 3D
Octal 74 112 374 114 107 0 1 354 141 75
Binary 111100 1001010 11111100 1001100 1000111 0 1 11101100 1100001 111101

Color Harmonies of #3C4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4AFC

Black with #3C4AFC

Text Example


Text Example

White with #3C4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,74,252); }

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

background-color css

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

 a { background-color: rgb(60,74,252); }

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

border-color css

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

 span { border-color: rgb(60,74,252); }

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