#4042FC

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

Shades of Neon Blue #4042FC

Tints of Neon Blue #4042FC

Color information

#4042FC (or 0x4042FC) is unknown color: approx Neon Blue. HEX triplet: 40, 42 and FC. RGB value is (64,66,252). Sum of RGB (Red+Green+Blue) = 64+66+252=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #4042FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4042FC is #BFBD03. Grayscale: #555555. Windows color (decimal): -12565764 or 16532032. OLE color: 16532032.

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

Color convert

RGB6466252-
CMYK0.750.7400.01
HSL239.36º96.91%61.96%-
HSV(B)239.36º74.6%98.82%-
XYZ21.6312.0193.27-
YUV86.61221.34111.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.75%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 252 (98.83% from 255) = 65.97%
R=16.75%
G=17.28%
B=65.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64662520.750.7400.01239.3696.9161.96
Hex4042FC4B4A01ef613e
Octal1001023741131120135714176
Binary10000001000010111111001001011100101001111011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4042FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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