Html Css Color HEX #403CFC Neon Blue

📋 copy color: '#403CFC'

red 64 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #403CFC

Tints of Neon Blue #403CFC

RGB

 RED value IS 64 (25.39% from 255) = 17.02%

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 17.02%
G = 15.96%
B = 67.02%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#403CFC (or 0x403CFC) is known color: Neon Blue. HEX triplet: 40, 3C and FC. RGB value is (64,60,252). Sum of RGB (Red+Green+Blue) = 64+60+252=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #403CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403CFC is #BFC303. Grayscale: #525252. Windows color (decimal): -12567300 or 16530496. OLE color: 16530496.

HSL color Cylindrical-coordinate representation of color #403CFC: hue angle of 241.25º 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 #403CFC is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 60 252 -
CMYK 0.75 0.76 0 0.01
HSL 241.25º 0.97% 0.61% -
HSV(B) 241.25º 0.76% 0.99% -
XYZ 21.3 11.35 93.16 -
YUV 83.08 223.33 114.39 -
System Red Green Blue C M Y K H S L
Decimal 64 60 252 0.75 0.76 0 0.01 241.25 0.97 0.61
Hex 40 3C FC 4B 4C 0 1 F1 61 3D
Octal 100 74 374 113 114 0 1 361 141 75
Binary 1000000 111100 11111100 1001011 1001100 0 1 11110001 1100001 111101

Color Harmonies of #403CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403CFC

Black with #403CFC

Text Example


Text Example

White with #403CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403CFC; }

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

 H1.HeaderClassName
 {
   color: #403CFC;
 }
 .AnyTagClassName
 {
   color: #403CFC;
 }
</style>

background-color css

<style>
 a { background-color: #403CFC; }

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

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

border-color css

<style>
 span { border-color: #403CFC; }

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

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