Html Css Color HEX #5F50FE Neon Blue

📋 copy color: '#5F50FE'

red 95 ◦ green 80 ◦ blue 254

#5F50FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5F50FE

Tints of Neon Blue #5F50FE

RGB

 RED value IS 95 (37.5% from 255) = 22.14%

 GREEN value IS 80 (31.64% from 255) = 18.65%

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 22.14%
G = 18.65%
B = 59.21%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5F50FE (or 0x5F50FE) is known color: Neon Blue. HEX triplet: 5F, 50 and FE. RGB value is (95,80,254). Sum of RGB (Red+Green+Blue) = 95+80+254=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F50FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F50FE is #A0AF01. Grayscale: #676767. Windows color (decimal): -10530562 or 16666719. OLE color: 16666719.

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

Color convert

RGB 95 80 254 -
CMYK 0.63 0.69 0 0.00
HSL 245.17º 0.99% 0.65% -
HSV(B) 245.17º 0.69% 1% -
XYZ 25.48 15.33 95.38 -
YUV 104.32 212.47 121.35 -
System Red Green Blue C M Y K H S L
Decimal 95 80 254 0.63 0.69 0 0.00 245.17 0.99 0.65
Hex 5F 50 FE 3F 45 0 0 F5 63 41
Octal 137 120 376 77 105 0 0 365 143 101
Binary 1011111 1010000 11111110 111111 1000101 0 0 11110101 1100011 1000001

Color Harmonies of #5F50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F50FE

Black with #5F50FE

Text Example


Text Example

White with #5F50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,80,254); }

 H1.HeaderClassName
 {
   color: #5F50FE;
 }
 .AnyTagClassName
 {
   color: #5F50FE;
 }
</style>

background-color css

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

 a { background-color: rgb(95,80,254); }

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

border-color css

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

 span { border-color: rgb(95,80,254); }

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