#5F65FD

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

Shades of Neon Blue #5F65FD

Tints of Neon Blue #5F65FD

Color information

#5F65FD (or 0x5F65FD) is unknown color: approx Neon Blue. HEX triplet: 5F, 65 and FD. RGB value is (95,101,253). Sum of RGB (Red+Green+Blue) = 95+101+253=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F65FD is #A09A02. Grayscale: #737373. Windows color (decimal): -10525187 or 16606559. OLE color: 16606559.

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

Color convert

RGB95101253-
CMYK0.620.6000.01
HSL237.72º97.53%68.24%-
HSV(B)237.72º62.45%99.22%-
XYZ27.118.8395.14-
YUV116.53205.01112.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.16%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 253 (99.22% from 255) = 56.35%
R=21.16%
G=22.49%
B=56.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951012530.620.6000.01237.7297.5368.24
Hex5F65FD3E3C01ee6244
Octal137145375767401356142104
Binary1011111110010111111101111110111100011110111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F65FD; }

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

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

<style>
 a { background-color: #5F65FD; }

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

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

<style>
 span { border-color: #5F65FD; }

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

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