#2137FA

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

Shades of Neon Blue #2137FA

Tints of Neon Blue #2137FA

Color information

#2137FA (or 0x2137FA) is unknown color: approx Neon Blue. HEX triplet: 21, 37 and FA. RGB value is (33,55,250). Sum of RGB (Red+Green+Blue) = 33+55+250=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #2137FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2137FA is #DEC805. Grayscale: #454545. Windows color (decimal): -14600198 or 16398113. OLE color: 16398113.

HSL color Cylindrical-coordinate representation of color #2137FA: hue angle of 233.92º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2137FA is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3355250-
CMYK0.870.7800.02
HSL233.92º95.59%55.49%-
HSV(B)233.92º86.8%98.04%-
XYZ19.259.9691.35-
YUV70.65229.21101.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 250 (98.05% from 255) = 73.96%
R=9.76%
G=16.27%
B=73.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal33552500.870.7800.02233.9295.5955.49
Hex2137FA574E02ea6037
Octal41673721271160235214067
Binary1000011101111111101010101111001110010111010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2137FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2137FA; }

 p { color: rgb(33,55,250); }

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

<style>
 a { background-color: #2137FA; }

 a { background-color: rgb(33,55,250); }

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

<style>
 span { border-color: #2137FA; }

 span { border-color: rgb(33,55,250); }

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