#655BFD

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

Shades of Neon Blue #655BFD

Tints of Neon Blue #655BFD

Color information

#655BFD (or 0x655BFD) is unknown color: approx Neon Blue. HEX triplet: 65, 5B and FD. RGB value is (101,91,253). Sum of RGB (Red+Green+Blue) = 101+91+253=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #655BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655BFD is #9AA402. Grayscale: #6F6F6F. Windows color (decimal): -10134531 or 16604005. OLE color: 16604005.

HSL color Cylindrical-coordinate representation of color #655BFD: hue angle of 243.7º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #655BFD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10191253-
CMYK0.600.6400.01
HSL243.7º97.59%67.45%-
HSV(B)243.7º64.03%99.22%-
XYZ26.8417.3494.86-
YUV112.46207.31119.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 253 (99.22% from 255) = 56.85%
R=22.70%
G=20.45%
B=56.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101912530.600.6400.01243.797.5967.45
Hex655BFD3C4001f46243
Octal1451333757410001364142103
Binary11001011011011111111011111001000000011111010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655BFD; }

 p { color: rgb(101,91,253); }

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

<style>
 a { background-color: #655BFD; }

 a { background-color: rgb(101,91,253); }

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

<style>
 span { border-color: #655BFD; }

 span { border-color: rgb(101,91,253); }

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