Html Css Color HEX #5F4CEF Neon Blue

📋 copy color: '#5F4CEF'

red 95 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #5F4CEF

Tints of Neon Blue #5F4CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 23.17%
G = 18.54%
B = 58.29%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5F4CEF (or 0x5F4CEF) is known color: Neon Blue. HEX triplet: 5F, 4C and EF. RGB value is (95,76,239). Sum of RGB (Red+Green+Blue) = 95+76+239=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4CEF is #A0B310. Grayscale: #636363. Windows color (decimal): -10531601 or 15682655. OLE color: 15682655.

HSL color Cylindrical-coordinate representation of color #5F4CEF: hue angle of 246.99º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F4CEF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 76 239 -
CMYK 0.60 0.68 0 0.06
HSL 246.99º 0.84% 0.62% -
HSV(B) 246.99º 0.68% 0.94% -
XYZ 22.88 13.83 83.13 -
YUV 100.26 206.29 124.25 -
System Red Green Blue C M Y K H S L
Decimal 95 76 239 0.60 0.68 0 0.06 246.99 0.84 0.62
Hex 5F 4C EF 3C 44 0 6 F7 54 3E
Octal 137 114 357 74 104 0 6 367 124 76
Binary 1011111 1001100 11101111 111100 1000100 0 110 11110111 1010100 111110

Color Harmonies of #5F4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4CEF

Black with #5F4CEF

Text Example


Text Example

White with #5F4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,76,239); }

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

background-color css

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

 a { background-color: rgb(95,76,239); }

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

border-color css

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

 span { border-color: rgb(95,76,239); }

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