Html Css Color HEX #5750EA Neon Blue

📋 copy color: '#5750EA'

red 87 ◦ green 80 ◦ blue 234

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

Shades of Neon Blue #5750EA

Tints of Neon Blue #5750EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 21.7%
G = 19.95%
B = 58.35%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5750EA (or 0x5750EA) is known color: Neon Blue. HEX triplet: 57, 50 and EA. RGB value is (87,80,234). Sum of RGB (Red+Green+Blue) = 87+80+234=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #5750EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5750EA is #A8AF15. Grayscale: #636363. Windows color (decimal): -11054870 or 15355991. OLE color: 15355991.

HSL color Cylindrical-coordinate representation of color #5750EA: hue angle of 242.73º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5750EA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 80 234 -
CMYK 0.63 0.66 0 0.08
HSL 242.73º 0.79% 0.62% -
HSV(B) 242.73º 0.66% 0.92% -
XYZ 21.65 13.7 79.35 -
YUV 99.65 203.82 118.98 -
System Red Green Blue C M Y K H S L
Decimal 87 80 234 0.63 0.66 0 0.08 242.73 0.79 0.62
Hex 57 50 EA 3F 42 0 8 F3 4F 3E
Octal 127 120 352 77 102 0 10 363 117 76
Binary 1010111 1010000 11101010 111111 1000010 0 1000 11110011 1001111 111110

Color Harmonies of #5750EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750EA

Black with #5750EA

Text Example


Text Example

White with #5750EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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