#212EFF

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

Shades of Neon Blue #212EFF

Tints of Neon Blue #212EFF

Color information

#212EFF (or 0x212EFF) is unknown color: approx Neon Blue. HEX triplet: 21, 2E and FF. RGB value is (33,46,255). Sum of RGB (Red+Green+Blue) = 33+46+255=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #212EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EFF is #DED100. Grayscale: #414141. Windows color (decimal): -14602497 or 16723489. OLE color: 16723489.

HSL color Cylindrical-coordinate representation of color #212EFF: hue angle of 236.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212EFF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3346255-
CMYK0.870.8200
HSL236.49º100%56.47%-
HSV(B)236.49º87.06%100%-
XYZ19.659.595.41-
YUV65.94234.69104.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 255 (100% from 255) = 76.35%
R=9.88%
G=13.77%
B=76.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33462550.870.8200236.4910056.47
Hex212EFF575200ec6438
Octal41563771271220035414470
Binary100001101110111111111010111101001000111011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212EFF; }

 p { color: rgb(33,46,255); }

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

<style>
 a { background-color: #212EFF; }

 a { background-color: rgb(33,46,255); }

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

<style>
 span { border-color: #212EFF; }

 span { border-color: rgb(33,46,255); }

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