#4042FD

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

Shades of Neon Blue #4042FD

Tints of Neon Blue #4042FD

Color information

#4042FD (or 0x4042FD) is unknown color: approx Neon Blue. HEX triplet: 40, 42 and FD. RGB value is (64,66,253). Sum of RGB (Red+Green+Blue) = 64+66+253=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #4042FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4042FD is #BFBD02. Grayscale: #555555. Windows color (decimal): -12565763 or 16597568. OLE color: 16597568.

HSL color Cylindrical-coordinate representation of color #4042FD: hue angle of 239.37º degrees, saturation: 0.98, 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 #4042FD is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6466253-
CMYK0.750.7400.01
HSL239.37º97.93%62.16%-
HSV(B)239.37º74.7%99.22%-
XYZ21.7912.0894.11-
YUV86.72221.84111.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 253 (99.22% from 255) = 66.06%
R=16.71%
G=17.23%
B=66.06%

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
Decimal64662530.750.7400.01239.3797.9362.16
Hex4042FD4B4A01ef623e
Octal1001023751131120135714276
Binary10000001000010111111011001011100101001111011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4042FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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