#4035F6

Color #4035F6 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4035F6

Tints of Neon Blue #4035F6

Color information

#4035F6 (or 0x4035F6) is unknown color: approx Neon Blue. HEX triplet: 40, 35 and F6. RGB value is (64,53,246). Sum of RGB (Red+Green+Blue) = 64+53+246=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #4035F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4035F6 is #BFCA09. Grayscale: #4D4D4D. Windows color (decimal): -12569098 or 16135488. OLE color: 16135488.

HSL color Cylindrical-coordinate representation of color #4035F6: hue angle of 243.42º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4035F6 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6453246-
CMYK0.740.7800.04
HSL243.42º91.47%58.63%-
HSV(B)243.42º78.46%96.47%-
XYZ20.0210.2988.12-
YUV78.29222.64117.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 246 (96.48% from 255) = 67.77%
R=17.63%
G=14.60%
B=67.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64532460.740.7800.04243.4291.4758.63
Hex4035F64A4E04f35b3b
Octal100653661121160436313373
Binary100000011010111110110100101010011100100111100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4035F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4035F6; }

 p { color: rgb(64,53,246); }

 H1.HeaderClassName
 {
   color: #4035F6;
 }
 .AnyTagClassName
 {
   color: #4035F6;
 }
</style>
background-color css

<style>
 a { background-color: #4035F6; }

 a { background-color: rgb(64,53,246); }

 div.DivClassName
 {
   background-color: #4035F6;
 }
 .BgClassName
 {
   background-color: #4035F6;
 }
</style>
border-color css

<style>
 span { border-color: #4035F6; }

 span { border-color: rgb(64,53,246); }

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