#6553F4

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

Shades of Neon Blue #6553F4

Tints of Neon Blue #6553F4

Color information

#6553F4 (or 0x6553F4) is unknown color: approx Neon Blue. HEX triplet: 65, 53 and F4. RGB value is (101,83,244). Sum of RGB (Red+Green+Blue) = 101+83+244=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 244 (95.70% from 255 or 57.01% from 428); Max value from RGB is 244 - color contains mainly: blue. Hex color #6553F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6553F4 is #9AAC0B. Grayscale: #6A6A6A. Windows color (decimal): -10136588 or 16012133. OLE color: 16012133.

HSL color Cylindrical-coordinate representation of color #6553F4: hue angle of 246.71º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6553F4 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10183244-
CMYK0.590.6600.04
HSL246.71º87.98%64.12%-
HSV(B)246.71º65.98%95.69%-
XYZ24.7915.4887.27-
YUV106.74205.46123.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 244 (95.70% from 255) = 57.01%
R=23.60%
G=19.39%
B=57.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101832440.590.6600.04246.7187.9864.12
Hex6553F43B4204f75840
Octal1451233647310204367130100
Binary1100101101001111110100111011100001001001111011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6553F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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