#213EEF

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

Shades of Neon Blue #213EEF

Tints of Neon Blue #213EEF

Color information

#213EEF (or 0x213EEF) is unknown color: approx Neon Blue. HEX triplet: 21, 3E and EF. RGB value is (33,62,239). Sum of RGB (Red+Green+Blue) = 33+62+239=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #213EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EEF is #DEC110. Grayscale: #484848. Windows color (decimal): -14598417 or 15679009. OLE color: 15679009.

HSL color Cylindrical-coordinate representation of color #213EEF: hue angle of 231.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213EEF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3362239-
CMYK0.860.7400.06
HSL231.55º86.55%53.33%-
HSV(B)231.55º86.19%93.73%-
XYZ17.931082.65-
YUV73.51221.3999.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 239 (93.75% from 255) = 71.56%
R=9.88%
G=18.56%
B=71.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33622390.860.7400.06231.5586.5553.33
Hex213EEF564A06e85735
Octal41763571261120635012765
Binary10000111111011101111101011010010100110111010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213EEF; }

 p { color: rgb(33,62,239); }

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

<style>
 a { background-color: #213EEF; }

 a { background-color: rgb(33,62,239); }

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

<style>
 span { border-color: #213EEF; }

 span { border-color: rgb(33,62,239); }

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