Html Css Color HEX #5755F8 Neon Blue

📋 copy color: '#5755F8'

red 87 ◦ green 85 ◦ blue 248

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

Shades of Neon Blue #5755F8

Tints of Neon Blue #5755F8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

 BLUE value IS 248 (97.27% from 255) = 59.05%

R = 20.71%
G = 20.24%
B = 59.05%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5755F8 (or 0x5755F8) is known color: Neon Blue. HEX triplet: 57, 55 and F8. RGB value is (87,85,248). Sum of RGB (Red+Green+Blue) = 87+85+248=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #5755F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5755F8 is #A8AA07. Grayscale: #676767. Windows color (decimal): -11053576 or 16274775. OLE color: 16274775.

HSL color Cylindrical-coordinate representation of color #5755F8: hue angle of 240.74º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5755F8 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 85 248 -
CMYK 0.65 0.66 0 0.03
HSL 240.74º 0.92% 0.65% -
HSV(B) 240.74º 0.66% 0.97% -
XYZ 24.12 15.3 90.49 -
YUV 104.18 209.16 115.75 -
System Red Green Blue C M Y K H S L
Decimal 87 85 248 0.65 0.66 0 0.03 240.74 0.92 0.65
Hex 57 55 F8 41 42 0 3 F1 5C 41
Octal 127 125 370 101 102 0 3 361 134 101
Binary 1010111 1010101 11111000 1000001 1000010 0 11 11110001 1011100 1000001

Color Harmonies of #5755F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5755F8

Black with #5755F8

Text Example


Text Example

White with #5755F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5755F8; }

 p { color: rgb(87,85,248); }

 H1.HeaderClassName
 {
   color: #5755F8;
 }
 .AnyTagClassName
 {
   color: #5755F8;
 }
</style>

background-color css

<style>
 a { background-color: #5755F8; }

 a { background-color: rgb(87,85,248); }

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

border-color css

<style>
 span { border-color: #5755F8; }

 span { border-color: rgb(87,85,248); }

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