#5f65ff

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

Shades of Neon Blue #5F65FF

Tints of Neon Blue #5F65FF

Color information

#5F65FF (or 0x5F65FF) is unknown color: approx Neon Blue. HEX triplet: 5F, 65 and FF. RGB value is (95,101,255). Sum of RGB (Red+Green+Blue) = 95+101+255=451 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.06% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F65FF is #A09A00. Grayscale: #747474. Windows color (decimal): -10525185 or 16737631. OLE color: 16737631.

HSL color Cylindrical-coordinate representation of color #5F65FF: hue angle of 237.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F65FF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95101255-
CMYK0.630.6000
HSL237.75º100%68.63%-
HSV(B)237.75º62.75%100%-
XYZ27.4218.9696.82-
YUV116.76206.01112.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.06%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 255 (100% from 255) = 56.54%
R=21.06%
G=22.39%
B=56.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal951012550.630.6000237.7510068.63
Hex5F65FF3F3C00ee6445
Octal137145377777400356144105
Binary1011111110010111111111111111111100001110111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f65ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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