Html Css Color HEX #4036F7 Neon Blue

📋 copy color: '#4036F7'

red 64 ◦ green 54 ◦ blue 247

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

Shades of Neon Blue #4036F7

Tints of Neon Blue #4036F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 67.67%

R = 17.53%
G = 14.79%
B = 67.67%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4036F7 (or 0x4036F7) is known color: Neon Blue. HEX triplet: 40, 36 and F7. RGB value is (64,54,247). Sum of RGB (Red+Green+Blue) = 64+54+247=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #4036F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4036F7 is #BFC908. Grayscale: #4E4E4E. Windows color (decimal): -12568841 or 16201280. OLE color: 16201280.

HSL color Cylindrical-coordinate representation of color #4036F7: hue angle of 243.11º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4036F7 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 54 247 -
CMYK 0.74 0.78 0 0.03
HSL 243.11º 0.92% 0.59% -
HSV(B) 243.11º 0.78% 0.97% -
XYZ 20.22 10.44 88.95 -
YUV 78.99 222.81 117.31 -
System Red Green Blue C M Y K H S L
Decimal 64 54 247 0.74 0.78 0 0.03 243.11 0.92 0.59
Hex 40 36 F7 4A 4E 0 3 F3 5C 3B
Octal 100 66 367 112 116 0 3 363 134 73
Binary 1000000 110110 11110111 1001010 1001110 0 11 11110011 1011100 111011

Color Harmonies of #4036F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036F7

Black with #4036F7

Text Example


Text Example

White with #4036F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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