#4248EA

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

Shades of Neon Blue #4248EA

Tints of Neon Blue #4248EA

Color information

#4248EA (or 0x4248EA) is unknown color: approx Neon Blue. HEX triplet: 42, 48 and EA. RGB value is (66,72,234). Sum of RGB (Red+Green+Blue) = 66+72+234=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #4248EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4248EA is #BDB715. Grayscale: #585858. Windows color (decimal): -12433174 or 15353922. OLE color: 15353922.

HSL color Cylindrical-coordinate representation of color #4248EA: hue angle of 237.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4248EA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6672234-
CMYK0.720.6900.08
HSL237.86º80%58.82%-
HSV(B)237.86º71.79%91.76%-
XYZ19.4211.7379.08-
YUV88.67210.01111.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 234 (91.80% from 255) = 62.90%
R=17.74%
G=19.35%
B=62.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal66722340.720.6900.08237.868058.82
Hex4248EA484508ee503b
Octal10211035211010501035612073
Binary10000101001000111010101001000100010101000111011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4248EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4248EA; }

 p { color: rgb(66,72,234); }

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

<style>
 a { background-color: #4248EA; }

 a { background-color: rgb(66,72,234); }

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

<style>
 span { border-color: #4248EA; }

 span { border-color: rgb(66,72,234); }

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