#6554FA

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

Shades of Neon Blue #6554FA

Tints of Neon Blue #6554FA

Color information

#6554FA (or 0x6554FA) is unknown color: approx Neon Blue. HEX triplet: 65, 54 and FA. RGB value is (101,84,250). Sum of RGB (Red+Green+Blue) = 101+84+250=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #6554FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6554FA is #9AAB05. Grayscale: #6B6B6B. Windows color (decimal): -10136326 or 16405605. OLE color: 16405605.

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

Color convert

RGB10184250-
CMYK0.600.6600.02
HSL246.14º94.32%65.49%-
HSV(B)246.14º66.4%98.04%-
XYZ25.7916.0192.17-
YUV108.01208.13123-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 250 (98.05% from 255) = 57.47%
R=23.22%
G=19.31%
B=57.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal101842500.600.6600.02246.1494.3265.49
Hex6554FA3C4202f65e41
Octal1451243727410202366136101
Binary110010110101001111101011110010000100101111011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6554FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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