#213AF4

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

Shades of Neon Blue #213AF4

Tints of Neon Blue #213AF4

Color information

#213AF4 (or 0x213AF4) is unknown color: approx Neon Blue. HEX triplet: 21, 3A and F4. RGB value is (33,58,244). Sum of RGB (Red+Green+Blue) = 33+58+244=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 244 (95.70% from 255 or 72.84% from 335); Max value from RGB is 244 - color contains mainly: blue. Hex color #213AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AF4 is #DEC50B. Grayscale: #464646. Windows color (decimal): -14599436 or 16005665. OLE color: 16005665.

HSL color Cylindrical-coordinate representation of color #213AF4: hue angle of 232.89º 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 #213AF4 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3358244-
CMYK0.860.7600.04
HSL232.89º90.56%54.31%-
HSV(B)232.89º86.48%95.69%-
XYZ18.479.8886.52-
YUV71.73225.22100.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 244 (95.70% from 255) = 72.84%
R=9.85%
G=17.31%
B=72.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal33582440.860.7600.04232.8990.5654.31
Hex213AF4564C04e95b36
Octal41723641261140435113366
Binary10000111101011110100101011010011000100111010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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