#213DFF

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

Shades of Neon Blue #213DFF

Tints of Neon Blue #213DFF

Color information

#213DFF (or 0x213DFF) is unknown color: approx Neon Blue. HEX triplet: 21, 3D and FF. RGB value is (33,61,255). Sum of RGB (Red+Green+Blue) = 33+61+255=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #213DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DFF is #DEC200. Grayscale: #494949. Windows color (decimal): -14598657 or 16727329. OLE color: 16727329.

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

Color convert

RGB3361255-
CMYK0.870.7600
HSL232.43º100%56.47%-
HSV(B)232.43º87.06%100%-
XYZ20.3510.8895.64-
YUV74.74229.7298.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 255 (100% from 255) = 73.07%
R=9.46%
G=17.48%
B=73.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33612550.870.7600232.4310056.47
Hex213DFF574C00e86438
Octal41753771271140035014470
Binary100001111101111111111010111100110000111010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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