#214AF9

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

Shades of Neon Blue #214AF9

Tints of Neon Blue #214AF9

Color information

#214AF9 (or 0x214AF9) is unknown color: approx Neon Blue. HEX triplet: 21, 4A and F9. RGB value is (33,74,249). Sum of RGB (Red+Green+Blue) = 33+74+249=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #214AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AF9 is #DEB506. Grayscale: #505050. Windows color (decimal): -14595335 or 16337441. OLE color: 16337441.

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

Color convert

RGB3374249-
CMYK0.870.7000.02
HSL228.61º94.74%55.29%-
HSV(B)228.61º86.75%97.65%-
XYZ20.1712.0690.89-
YUV81.69222.4293.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.27%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 249 (97.66% from 255) = 69.94%
R=9.27%
G=20.79%
B=69.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal33742490.870.7000.02228.6194.7455.29
Hex214AF9574602e55f37
Octal411123711271060234513767
Binary10000110010101111100110101111000110010111001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214AF9; }

 p { color: rgb(33,74,249); }

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

<style>
 a { background-color: #214AF9; }

 a { background-color: rgb(33,74,249); }

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

<style>
 span { border-color: #214AF9; }

 span { border-color: rgb(33,74,249); }

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