#5F64FF

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

Shades of Neon Blue #5F64FF

Tints of Neon Blue #5F64FF

Color information

#5F64FF (or 0x5F64FF) is unknown color: approx Neon Blue. HEX triplet: 5F, 64 and FF. RGB value is (95,100,255). Sum of RGB (Red+Green+Blue) = 95+100+255=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F64FF is #A09B00. Grayscale: #737373. Windows color (decimal): -10525441 or 16737375. OLE color: 16737375.

HSL color Cylindrical-coordinate representation of color #5F64FF: hue angle of 238.12º 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 #5F64FF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95100255-
CMYK0.630.6100
HSL238.12º100%68.63%-
HSV(B)238.12º62.75%100%-
XYZ27.3318.7796.79-
YUV116.17206.34112.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.11%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 255 (100% from 255) = 56.67%
R=21.11%
G=22.22%
B=56.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal951002550.630.6100238.1210068.63
Hex5F64FF3F3D00ee6445
Octal137144377777500356144105
Binary1011111110010011111111111111111101001110111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F64FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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