Html Css Color HEX #5758FA Neon Blue

📋 copy color: '#5758FA'

red 87 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #5758FA

Tints of Neon Blue #5758FA

RGB

 RED value IS 87 (34.38% from 255) = 20.47%

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

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

R = 20.47%
G = 20.71%
B = 58.82%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5758FA (or 0x5758FA) is known color: Neon Blue. HEX triplet: 57, 58 and FA. RGB value is (87,88,250). Sum of RGB (Red+Green+Blue) = 87+88+250=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #5758FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5758FA is #A8A705. Grayscale: #696969. Windows color (decimal): -11052806 or 16406615. OLE color: 16406615.

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

Color convert

RGB 87 88 250 -
CMYK 0.65 0.65 0 0.02
HSL 239.63º 0.94% 0.66% -
HSV(B) 239.63º 0.65% 0.98% -
XYZ 24.68 15.91 92.21 -
YUV 106.17 209.17 114.33 -
System Red Green Blue C M Y K H S L
Decimal 87 88 250 0.65 0.65 0 0.02 239.63 0.94 0.66
Hex 57 58 FA 41 41 0 2 F0 5E 42
Octal 127 130 372 101 101 0 2 360 136 102
Binary 1010111 1011000 11111010 1000001 1000001 0 10 11110000 1011110 1000010

Color Harmonies of #5758FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758FA

Black with #5758FA

Text Example


Text Example

White with #5758FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5758FA; }

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

 H1.HeaderClassName
 {
   color: #5758FA;
 }
 .AnyTagClassName
 {
   color: #5758FA;
 }
</style>

background-color css

<style>
 a { background-color: #5758FA; }

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

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

border-color css

<style>
 span { border-color: #5758FA; }

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

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