#533BF8

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

Shades of Neon Blue #533BF8

Tints of Neon Blue #533BF8

Color information

#533BF8 (or 0x533BF8) is unknown color: approx Neon Blue. HEX triplet: 53, 3B and F8. RGB value is (83,59,248). Sum of RGB (Red+Green+Blue) = 83+59+248=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #533BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533BF8 is #ACC407. Grayscale: #565656. Windows color (decimal): -11322376 or 16268115. OLE color: 16268115.

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

Color convert

RGB8359248-
CMYK0.670.7600.03
HSL247.62º93.1%60.2%-
HSV(B)247.62º76.21%97.25%-
XYZ22.0711.7489.91-
YUV87.72218.45124.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 248 (97.27% from 255) = 63.59%
R=21.28%
G=15.13%
B=63.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal83592480.670.7600.03247.6293.160.2
Hex533BF8434C03f85d3c
Octal123733701031140337013574
Binary10100111110111111100010000111001100011111110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533BF8; }

 p { color: rgb(83,59,248); }

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

<style>
 a { background-color: #533BF8; }

 a { background-color: rgb(83,59,248); }

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

<style>
 span { border-color: #533BF8; }

 span { border-color: rgb(83,59,248); }

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