#213CF0

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

Shades of Neon Blue #213CF0

Tints of Neon Blue #213CF0

Color information

#213CF0 (or 0x213CF0) is unknown color: approx Neon Blue. HEX triplet: 21, 3C and F0. RGB value is (33,60,240). Sum of RGB (Red+Green+Blue) = 33+60+240=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #213CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CF0 is #DEC30F. Grayscale: #474747. Windows color (decimal): -14598928 or 15744033. OLE color: 15744033.

HSL color Cylindrical-coordinate representation of color #213CF0: hue angle of 232.17º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CF0 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3360240-
CMYK0.860.7500.06
HSL232.17º87.34%53.53%-
HSV(B)232.17º86.25%94.12%-
XYZ17.979.8583.39-
YUV72.45222.5599.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 240 (94.14% from 255) = 72.07%
R=9.91%
G=18.02%
B=72.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33602400.860.7500.06232.1787.3453.53
Hex213CF0564B06e85736
Octal41743601261130635012766
Binary10000111110011110000101011010010110110111010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,60,240); }

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

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

 a { background-color: rgb(33,60,240); }

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

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

 span { border-color: rgb(33,60,240); }

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