#5033FF

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

Shades of Neon Blue #5033FF

Tints of Neon Blue #5033FF

Color information

#5033FF (or 0x5033FF) is unknown color: approx Neon Blue. HEX triplet: 50, 33 and FF. RGB value is (80,51,255). Sum of RGB (Red+Green+Blue) = 80+51+255=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #5033FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5033FF is #AFCC00. Grayscale: #525252. Windows color (decimal): -11521025 or 16724816. OLE color: 16724816.

HSL color Cylindrical-coordinate representation of color #5033FF: hue angle of 248.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5033FF is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8051255-
CMYK0.690.800
HSL248.53º100%60%-
HSV(B)248.53º80%100%-
XYZ22.5411.2995.6-
YUV82.93225.11125.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 51 (20.31% from 255) = 13.21%
BLUE value IS 255 (100% from 255) = 66.06%
R=20.73%
G=13.21%
B=66.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal80512550.690.800248.5310060
Hex5033FF455000f9643c
Octal120633771051200037114474
Binary1010000110011111111111000101101000000111110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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