#2133FF

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

Shades of Neon Blue #2133FF

Tints of Neon Blue #2133FF

Color information

#2133FF (or 0x2133FF) is unknown color: approx Neon Blue. HEX triplet: 21, 33 and FF. RGB value is (33,51,255). Sum of RGB (Red+Green+Blue) = 33+51+255=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #2133FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2133FF is #DECC00. Grayscale: #444444. Windows color (decimal): -14601217 or 16724769. OLE color: 16724769.

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

Color convert

RGB3351255-
CMYK0.870.800
HSL235.14º100%56.47%-
HSV(B)235.14º87.06%100%-
XYZ19.869.9195.47-
YUV68.87233.04102.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 255 (100% from 255) = 75.22%
R=9.73%
G=15.04%
B=75.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33512550.870.800235.1410056.47
Hex2133FF575000eb6438
Octal41633771271200035314470
Binary100001110011111111111010111101000000111010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2133FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2133FF; }

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

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

<style>
 a { background-color: #2133FF; }

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

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

<style>
 span { border-color: #2133FF; }

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

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