Html Css Color HEX #5758FD Neon Blue

📋 copy color: '#5758FD'

red 87 ◦ green 88 ◦ blue 253

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

Shades of Neon Blue #5758FD

Tints of Neon Blue #5758FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 20.33%
G = 20.56%
B = 59.11%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5758FD (or 0x5758FD) is known color: Neon Blue. HEX triplet: 57, 58 and FD. RGB value is (87,88,253). Sum of RGB (Red+Green+Blue) = 87+88+253=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #5758FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5758FD is #A8A702. Grayscale: #696969. Windows color (decimal): -11052803 or 16603223. OLE color: 16603223.

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

Color convert

RGB 87 88 253 -
CMYK 0.66 0.65 0 0.01
HSL 239.64º 0.98% 0.67% -
HSV(B) 239.64º 0.66% 0.99% -
XYZ 25.15 16.1 94.71 -
YUV 106.51 210.67 114.08 -
System Red Green Blue C M Y K H S L
Decimal 87 88 253 0.66 0.65 0 0.01 239.64 0.98 0.67
Hex 57 58 FD 42 41 0 1 F0 62 43
Octal 127 130 375 102 101 0 1 360 142 103
Binary 1010111 1011000 11111101 1000010 1000001 0 1 11110000 1100010 1000011

Color Harmonies of #5758FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758FD

Black with #5758FD

Text Example


Text Example

White with #5758FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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