#222EF9

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

Shades of Neon Blue #222EF9

Tints of Neon Blue #222EF9

Color information

#222EF9 (or 0x222EF9) is unknown color: approx Neon Blue. HEX triplet: 22, 2E and F9. RGB value is (34,46,249). Sum of RGB (Red+Green+Blue) = 34+46+249=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #222EF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222EF9 is #DDD106. Grayscale: #404040. Windows color (decimal): -14536967 or 16330274. OLE color: 16330274.

HSL color Cylindrical-coordinate representation of color #222EF9: hue angle of 236.65º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222EF9 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3446249-
CMYK0.860.8200.02
HSL236.65º94.71%55.49%-
HSV(B)236.65º86.35%97.65%-
XYZ18.749.1390.4-
YUV65.55231.52105.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.33%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 249 (97.66% from 255) = 75.68%
R=10.33%
G=13.98%
B=75.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal34462490.860.8200.02236.6594.7155.49
Hex222EF9565202ed5f37
Octal42563711261220235513767
Binary1000101011101111100110101101010010010111011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222EF9; }

 p { color: rgb(34,46,249); }

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

<style>
 a { background-color: #222EF9; }

 a { background-color: rgb(34,46,249); }

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

<style>
 span { border-color: #222EF9; }

 span { border-color: rgb(34,46,249); }

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