Html Css Color HEX #5750E4 Neon Blue

📋 copy color: '#5750E4'

red 87 ◦ green 80 ◦ blue 228

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

Shades of Neon Blue #5750E4

Tints of Neon Blue #5750E4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

 BLUE value IS 228 (89.45% from 255) = 57.72%

R = 22.03%
G = 20.25%
B = 57.72%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5750E4 (or 0x5750E4) is known color: Neon Blue. HEX triplet: 57, 50 and E4. RGB value is (87,80,228). Sum of RGB (Red+Green+Blue) = 87+80+228=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #5750E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750E4 is #A8AF1B. Grayscale: #626262. Windows color (decimal): -11054876 or 14962775. OLE color: 14962775.

HSL color Cylindrical-coordinate representation of color #5750E4: hue angle of 242.84º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5750E4 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 87 80 228 -
CMYK 0.62 0.65 0 0.11
HSL 242.84º 0.73% 0.6% -
HSV(B) 242.84º 0.65% 0.89% -
XYZ 20.8 13.36 74.88 -
YUV 98.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 87 80 228 0.62 0.65 0 0.11 242.84 0.73 0.6
Hex 57 50 E4 3E 41 0 B F3 49 3C
Octal 127 120 344 76 101 0 13 363 111 74
Binary 1010111 1010000 11100100 111110 1000001 0 1011 11110011 1001001 111100

Color Harmonies of #5750E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750E4

Black with #5750E4

Text Example


Text Example

White with #5750E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5750E4; }

 p { color: rgb(87,80,228); }

 H1.HeaderClassName
 {
   color: #5750E4;
 }
 .AnyTagClassName
 {
   color: #5750E4;
 }
</style>

background-color css

<style>
 a { background-color: #5750E4; }

 a { background-color: rgb(87,80,228); }

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

border-color css

<style>
 span { border-color: #5750E4; }

 span { border-color: rgb(87,80,228); }

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