#4244EF

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

Shades of Neon Blue #4244EF

Tints of Neon Blue #4244EF

Color information

#4244EF (or 0x4244EF) is unknown color: approx Neon Blue. HEX triplet: 42, 44 and EF. RGB value is (66,68,239). Sum of RGB (Red+Green+Blue) = 66+68+239=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #4244EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4244EF is #BDBB10. Grayscale: #565656. Windows color (decimal): -12434193 or 15680578. OLE color: 15680578.

HSL color Cylindrical-coordinate representation of color #4244EF: hue angle of 239.31º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4244EF is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6668239-
CMYK0.720.7200.06
HSL239.31º84.39%59.8%-
HSV(B)239.31º72.38%93.73%-
XYZ19.8911.5282.84-
YUV86.9213.84113.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 239 (93.75% from 255) = 64.08%
R=17.69%
G=18.23%
B=64.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66682390.720.7200.06239.3184.3959.8
Hex4244EF484806ef543c
Octal1021043571101100635712474
Binary1000010100010011101111100100010010000110111011111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4244EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4244EF; }

 p { color: rgb(66,68,239); }

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

<style>
 a { background-color: #4244EF; }

 a { background-color: rgb(66,68,239); }

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

<style>
 span { border-color: #4244EF; }

 span { border-color: rgb(66,68,239); }

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