Html Css Color HEX #5758FC Neon Blue

📋 copy color: '#5758FC'

red 87 ◦ green 88 ◦ blue 252

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

Shades of Neon Blue #5758FC

Tints of Neon Blue #5758FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.02%

R = 20.37%
G = 20.61%
B = 59.02%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5758FC (or 0x5758FC) is known color: Neon Blue. HEX triplet: 57, 58 and FC. RGB value is (87,88,252). Sum of RGB (Red+Green+Blue) = 87+88+252=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #5758FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5758FC is #A8A703. Grayscale: #696969. Windows color (decimal): -11052804 or 16537687. OLE color: 16537687.

HSL color Cylindrical-coordinate representation of color #5758FC: hue angle of 239.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5758FC is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 88 252 -
CMYK 0.65 0.65 0 0.01
HSL 239.64º 0.96% 0.66% -
HSV(B) 239.64º 0.65% 0.99% -
XYZ 24.99 16.03 93.87 -
YUV 106.4 210.17 114.16 -
System Red Green Blue C M Y K H S L
Decimal 87 88 252 0.65 0.65 0 0.01 239.64 0.96 0.66
Hex 57 58 FC 41 41 0 1 F0 60 42
Octal 127 130 374 101 101 0 1 360 140 102
Binary 1010111 1011000 11111100 1000001 1000001 0 1 11110000 1100000 1000010

Color Harmonies of #5758FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758FC

Black with #5758FC

Text Example


Text Example

White with #5758FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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