Html Css Color HEX #5D58FA Neon Blue

📋 copy color: '#5D58FA'

red 93 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #5D58FA

Tints of Neon Blue #5D58FA

RGB

 RED value IS 93 (36.72% from 255) = 21.58%

 GREEN value IS 88 (34.77% from 255) = 20.42%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 21.58%
G = 20.42%
B = 58%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D58FA (or 0x5D58FA) is known color: Neon Blue. HEX triplet: 5D, 58 and FA. RGB value is (93,88,250). Sum of RGB (Red+Green+Blue) = 93+88+250=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D58FA is #A2A705. Grayscale: #6B6B6B. Windows color (decimal): -10659590 or 16406621. OLE color: 16406621.

HSL color Cylindrical-coordinate representation of color #5D58FA: hue angle of 241.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D58FA is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 88 250 -
CMYK 0.63 0.65 0 0.02
HSL 241.85º 0.94% 0.66% -
HSV(B) 241.85º 0.65% 0.98% -
XYZ 25.26 16.21 92.24 -
YUV 107.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 93 88 250 0.63 0.65 0 0.02 241.85 0.94 0.66
Hex 5D 58 FA 3F 41 0 2 F2 5E 42
Octal 135 130 372 77 101 0 2 362 136 102
Binary 1011101 1011000 11111010 111111 1000001 0 10 11110010 1011110 1000010

Color Harmonies of #5D58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58FA

Black with #5D58FA

Text Example


Text Example

White with #5D58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,250); }

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

background-color css

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

 a { background-color: rgb(93,88,250); }

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

border-color css

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

 span { border-color: rgb(93,88,250); }

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