Html Css Color HEX #5F46ED Neon Blue

📋 copy color: '#5F46ED'

red 95 ◦ green 70 ◦ blue 237

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

Shades of Neon Blue #5F46ED

Tints of Neon Blue #5F46ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 23.63%
G = 17.41%
B = 58.96%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5F46ED (or 0x5F46ED) is known color: Neon Blue. HEX triplet: 5F, 46 and ED. RGB value is (95,70,237). Sum of RGB (Red+Green+Blue) = 95+70+237=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F46ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F46ED is #A0B912. Grayscale: #5F5F5F. Windows color (decimal): -10533139 or 15550047. OLE color: 15550047.

HSL color Cylindrical-coordinate representation of color #5F46ED: hue angle of 248.98º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F46ED is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 70 237 -
CMYK 0.60 0.70 0 0.07
HSL 248.98º 0.82% 0.6% -
HSV(B) 248.98º 0.7% 0.93% -
XYZ 22.2 12.93 81.45 -
YUV 96.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 95 70 237 0.60 0.70 0 0.07 248.98 0.82 0.6
Hex 5F 46 ED 3C 46 0 7 F9 52 3C
Octal 137 106 355 74 106 0 7 371 122 74
Binary 1011111 1000110 11101101 111100 1000110 0 111 11111001 1010010 111100

Color Harmonies of #5F46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F46ED

Black with #5F46ED

Text Example


Text Example

White with #5F46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,70,237); }

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

background-color css

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

 a { background-color: rgb(95,70,237); }

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

border-color css

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

 span { border-color: rgb(95,70,237); }

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