#4245E1

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

Shades of Neon Blue #4245E1

Tints of Neon Blue #4245E1

Color information

#4245E1 (or 0x4245E1) is unknown color: approx Neon Blue. HEX triplet: 42, 45 and E1. RGB value is (66,69,225). Sum of RGB (Red+Green+Blue) = 66+69+225=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #4245E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4245E1 is #BDBA1E. Grayscale: #555555. Windows color (decimal): -12433951 or 14763330. OLE color: 14763330.

HSL color Cylindrical-coordinate representation of color #4245E1: hue angle of 238.87º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4245E1 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6669225-
CMYK0.710.6900.12
HSL238.87º72.6%57.06%-
HSV(B)238.87º70.67%88.24%-
XYZ17.9710.8572.38-
YUV85.89206.51113.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.33%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=18.33%
G=19.17%
B=62.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66692250.710.6900.12238.8772.657.06
Hex4245E147450Cef4939
Octal10210534110710501435711171
Binary10000101000101111000011000111100010101100111011111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4245E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4245E1; }

 p { color: rgb(66,69,225); }

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

<style>
 a { background-color: #4245E1; }

 a { background-color: rgb(66,69,225); }

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

<style>
 span { border-color: #4245E1; }

 span { border-color: rgb(66,69,225); }

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