#5F3EFF

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

Shades of Neon Blue #5F3EFF

Tints of Neon Blue #5F3EFF

Color information

#5F3EFF (or 0x5F3EFF) is unknown color: approx Neon Blue. HEX triplet: 5F, 3E and FF. RGB value is (95,62,255). Sum of RGB (Red+Green+Blue) = 95+62+255=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F3EFF is #A0C100. Grayscale: #5D5D5D. Windows color (decimal): -10535169 or 16727647. OLE color: 16727647.

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

Color convert

RGB9562255-
CMYK0.630.7600
HSL250.26º100%62.16%-
HSV(B)250.26º75.69%100%-
XYZ24.4913.195.85-
YUV93.87218.93128.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.06%
GREEN value IS 62 (24.61% from 255) = 15.05%
BLUE value IS 255 (100% from 255) = 61.89%
R=23.06%
G=15.05%
B=61.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal95622550.630.7600250.2610062.16
Hex5F3EFF3F4C00fa643e
Octal13776377771140037214476
Binary101111111111011111111111111100110000111110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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