#212EF4

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

Shades of Neon Blue #212EF4

Tints of Neon Blue #212EF4

Color information

#212EF4 (or 0x212EF4) is unknown color: approx Neon Blue. HEX triplet: 21, 2E and F4. RGB value is (33,46,244). Sum of RGB (Red+Green+Blue) = 33+46+244=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 244 (95.70% from 255 or 75.54% from 323); Max value from RGB is 244 - color contains mainly: blue. Hex color #212EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EF4 is #DED10B. Grayscale: #3F3F3F. Windows color (decimal): -14602508 or 16002593. OLE color: 16002593.

HSL color Cylindrical-coordinate representation of color #212EF4: hue angle of 236.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212EF4 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3346244-
CMYK0.860.8100.04
HSL236.3º90.56%54.31%-
HSV(B)236.3º86.48%95.69%-
XYZ17.938.8186.34-
YUV64.68229.19105.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 244 (95.70% from 255) = 75.54%
R=10.22%
G=14.24%
B=75.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal33462440.860.8100.04236.390.5654.31
Hex212EF4565104ec5b36
Octal41563641261210435413366
Binary10000110111011110100101011010100010100111011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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