#214FFF

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

Shades of Neon Blue #214FFF

Tints of Neon Blue #214FFF

Color information

#214FFF (or 0x214FFF) is unknown color: approx Neon Blue. HEX triplet: 21, 4F and FF. RGB value is (33,79,255). Sum of RGB (Red+Green+Blue) = 33+79+255=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #214FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FFF is #DEB000. Grayscale: #545454. Windows color (decimal): -14594049 or 16731937. OLE color: 16731937.

HSL color Cylindrical-coordinate representation of color #214FFF: hue angle of 227.57º 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 #214FFF is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3379255-
CMYK0.870.6900
HSL227.57º100%56.47%-
HSV(B)227.57º87.06%100%-
XYZ21.4713.1496.01-
YUV85.31223.7690.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.99%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 255 (100% from 255) = 69.48%
R=8.99%
G=21.53%
B=69.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33792550.870.6900227.5710056.47
Hex214FFF574500e46438
Octal411173771271050034414470
Binary1000011001111111111111010111100010100111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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