#533FE1

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

Shades of Neon Blue #533FE1

Tints of Neon Blue #533FE1

Color information

#533FE1 (or 0x533FE1) is unknown color: approx Neon Blue. HEX triplet: 53, 3F and E1. RGB value is (83,63,225). Sum of RGB (Red+Green+Blue) = 83+63+225=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #533FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FE1 is #ACC01E. Grayscale: #565656. Windows color (decimal): -11321375 or 14761811. OLE color: 14761811.

HSL color Cylindrical-coordinate representation of color #533FE1: hue angle of 247.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533FE1 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8363225-
CMYK0.630.7200.12
HSL247.41º72.97%56.47%-
HSV(B)247.41º72%88.24%-
XYZ18.9410.8372.33-
YUV87.45205.63124.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=22.37%
G=16.98%
B=60.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83632250.630.7200.12247.4172.9756.47
Hex533FE13F480Cf74938
Octal123773417711001436711170
Binary101001111111111100001111111100100001100111101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,63,225); }

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

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

 a { background-color: rgb(83,63,225); }

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

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

 span { border-color: rgb(83,63,225); }

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