Html Css Color HEX #5F4DFB Neon Blue

📋 copy color: '#5F4DFB'

red 95 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #5F4DFB

Tints of Neon Blue #5F4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 22.46%
G = 18.2%
B = 59.34%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F4DFB (or 0x5F4DFB) is known color: Neon Blue. HEX triplet: 5F, 4D and FB. RGB value is (95,77,251). Sum of RGB (Red+Green+Blue) = 95+77+251=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F4DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F4DFB is #A0B204. Grayscale: #656565. Windows color (decimal): -10531333 or 16469343. OLE color: 16469343.

HSL color Cylindrical-coordinate representation of color #5F4DFB: hue angle of 246.21º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F4DFB is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 77 251 -
CMYK 0.62 0.69 0 0.02
HSL 246.21º 0.96% 0.64% -
HSV(B) 246.21º 0.69% 0.98% -
XYZ 24.79 14.71 92.8 -
YUV 102.22 211.96 122.85 -
System Red Green Blue C M Y K H S L
Decimal 95 77 251 0.62 0.69 0 0.02 246.21 0.96 0.64
Hex 5F 4D FB 3E 45 0 2 F6 60 40
Octal 137 115 373 76 105 0 2 366 140 100
Binary 1011111 1001101 11111011 111110 1000101 0 10 11110110 1100000 1000000

Color Harmonies of #5F4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4DFB

Black with #5F4DFB

Text Example


Text Example

White with #5F4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,77,251); }

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

background-color css

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

 a { background-color: rgb(95,77,251); }

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

border-color css

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

 span { border-color: rgb(95,77,251); }

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