#6553FA

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

Shades of Neon Blue #6553FA

Tints of Neon Blue #6553FA

Color information

#6553FA (or 0x6553FA) is unknown color: approx Neon Blue. HEX triplet: 65, 53 and FA. RGB value is (101,83,250). Sum of RGB (Red+Green+Blue) = 101+83+250=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #6553FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6553FA is #9AAC05. Grayscale: #6A6A6A. Windows color (decimal): -10136582 or 16405349. OLE color: 16405349.

HSL color Cylindrical-coordinate representation of color #6553FA: hue angle of 246.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6553FA is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10183250-
CMYK0.600.6700.02
HSL246.47º94.35%65.29%-
HSV(B)246.47º66.8%98.04%-
XYZ25.7215.8692.15-
YUV107.42208.46123.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 250 (98.05% from 255) = 57.60%
R=23.27%
G=19.12%
B=57.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal101832500.600.6700.02246.4794.3565.29
Hex6553FA3C4302f65e41
Octal1451233727410302366136101
Binary110010110100111111101011110010000110101111011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6553FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6553FA; }

 p { color: rgb(101,83,250); }

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

<style>
 a { background-color: #6553FA; }

 a { background-color: rgb(101,83,250); }

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

<style>
 span { border-color: #6553FA; }

 span { border-color: rgb(101,83,250); }

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