Html Css Color HEX #5B58FA Neon Blue

📋 copy color: '#5B58FA'

red 91 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #5B58FA

Tints of Neon Blue #5B58FA

RGB

 RED value IS 91 (35.94% from 255) = 21.21%

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

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

R = 21.21%
G = 20.51%
B = 58.28%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B58FA (or 0x5B58FA) is known color: Neon Blue. HEX triplet: 5B, 58 and FA. RGB value is (91,88,250). Sum of RGB (Red+Green+Blue) = 91+88+250=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B58FA is #A4A705. Grayscale: #6A6A6A. Windows color (decimal): -10790662 or 16406619. OLE color: 16406619.

HSL color Cylindrical-coordinate representation of color #5B58FA: hue angle of 241.11º 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 #5B58FA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 88 250 -
CMYK 0.64 0.65 0 0.02
HSL 241.11º 0.94% 0.66% -
HSV(B) 241.11º 0.65% 0.98% -
XYZ 25.06 16.11 92.23 -
YUV 107.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 91 88 250 0.64 0.65 0 0.02 241.11 0.94 0.66
Hex 5B 58 FA 40 41 0 2 F1 5E 42
Octal 133 130 372 100 101 0 2 361 136 102
Binary 1011011 1011000 11111010 1000000 1000001 0 10 11110001 1011110 1000010

Color Harmonies of #5B58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B58FA

Black with #5B58FA

Text Example


Text Example

White with #5B58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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