Html Css Color HEX #4036FC Neon Blue

📋 copy color: '#4036FC'

red 64 ◦ green 54 ◦ blue 252

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

Shades of Neon Blue #4036FC

Tints of Neon Blue #4036FC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.59%

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

R = 17.3%
G = 14.59%
B = 68.11%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4036FC (or 0x4036FC) is known color: Neon Blue. HEX triplet: 40, 36 and FC. RGB value is (64,54,252). Sum of RGB (Red+Green+Blue) = 64+54+252=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #4036FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4036FC is #BFC903. Grayscale: #4E4E4E. Windows color (decimal): -12568836 or 16528960. OLE color: 16528960.

HSL color Cylindrical-coordinate representation of color #4036FC: hue angle of 243.03º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4036FC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 54 252 -
CMYK 0.75 0.79 0 0.01
HSL 243.03º 0.97% 0.6% -
HSV(B) 243.03º 0.79% 0.99% -
XYZ 21 10.76 93.06 -
YUV 79.56 225.31 116.9 -
System Red Green Blue C M Y K H S L
Decimal 64 54 252 0.75 0.79 0 0.01 243.03 0.97 0.6
Hex 40 36 FC 4B 4F 0 1 F3 61 3C
Octal 100 66 374 113 117 0 1 363 141 74
Binary 1000000 110110 11111100 1001011 1001111 0 1 11110011 1100001 111100

Color Harmonies of #4036FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036FC

Black with #4036FC

Text Example


Text Example

White with #4036FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4036FC; }

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

 H1.HeaderClassName
 {
   color: #4036FC;
 }
 .AnyTagClassName
 {
   color: #4036FC;
 }
</style>

background-color css

<style>
 a { background-color: #4036FC; }

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

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

border-color css

<style>
 span { border-color: #4036FC; }

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

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