#213CF7

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

Shades of Neon Blue #213CF7

Tints of Neon Blue #213CF7

Color information

#213CF7 (or 0x213CF7) is unknown color: approx Neon Blue. HEX triplet: 21, 3C and F7. RGB value is (33,60,247). Sum of RGB (Red+Green+Blue) = 33+60+247=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 247 (96.88% from 255 or 72.65% from 340); Max value from RGB is 247 - color contains mainly: blue. Hex color #213CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CF7 is #DEC308. Grayscale: #484848. Windows color (decimal): -14598921 or 16202785. OLE color: 16202785.

HSL color Cylindrical-coordinate representation of color #213CF7: hue angle of 232.43º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213CF7 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3360247-
CMYK0.870.7600.03
HSL232.43º93.04%54.9%-
HSV(B)232.43º86.64%96.86%-
XYZ19.0310.2788.98-
YUV73.24226.0599.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 247 (96.88% from 255) = 72.65%
R=9.71%
G=17.65%
B=72.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal33602470.870.7600.03232.4393.0454.9
Hex213CF7574C03e85d37
Octal41743671271140335013567
Binary1000011111001111011110101111001100011111010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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