#533CF7

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

Shades of Neon Blue #533CF7

Tints of Neon Blue #533CF7

Color information

#533CF7 (or 0x533CF7) is unknown color: approx Neon Blue. HEX triplet: 53, 3C and F7. RGB value is (83,60,247). Sum of RGB (Red+Green+Blue) = 83+60+247=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #533CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #533CF7 is #ACC308. Grayscale: #575757. Windows color (decimal): -11322121 or 16202835. OLE color: 16202835.

HSL color Cylindrical-coordinate representation of color #533CF7: hue angle of 247.38º degrees, saturation: 0.92, 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 #533CF7 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8360247-
CMYK0.660.7600.03
HSL247.38º92.12%60.2%-
HSV(B)247.38º75.71%96.86%-
XYZ21.9711.7989.11-
YUV88.2217.62124.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 247 (96.88% from 255) = 63.33%
R=21.28%
G=15.38%
B=63.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal83602470.660.7600.03247.3892.1260.2
Hex533CF7424C03f75c3c
Octal123743671021140336713474
Binary10100111111001111011110000101001100011111101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,247); }

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

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

 a { background-color: rgb(83,60,247); }

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

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

 span { border-color: rgb(83,60,247); }

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