Html Css Color HEX #5753EA Neon Blue

📋 copy color: '#5753EA'

red 87 ◦ green 83 ◦ blue 234

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

Shades of Neon Blue #5753EA

Tints of Neon Blue #5753EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.54%

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

R = 21.53%
G = 20.54%
B = 57.92%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5753EA (or 0x5753EA) is known color: Neon Blue. HEX triplet: 57, 53 and EA. RGB value is (87,83,234). Sum of RGB (Red+Green+Blue) = 87+83+234=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #5753EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5753EA is #A8AC15. Grayscale: #646464. Windows color (decimal): -11054102 or 15356759. OLE color: 15356759.

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

Color convert

RGB 87 83 234 -
CMYK 0.63 0.65 0 0.08
HSL 241.59º 0.78% 0.62% -
HSV(B) 241.59º 0.65% 0.92% -
XYZ 21.88 14.15 79.42 -
YUV 101.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 87 83 234 0.63 0.65 0 0.08 241.59 0.78 0.62
Hex 57 53 EA 3F 41 0 8 F2 4E 3E
Octal 127 123 352 77 101 0 10 362 116 76
Binary 1010111 1010011 11101010 111111 1000001 0 1000 11110010 1001110 111110

Color Harmonies of #5753EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5753EA

Black with #5753EA

Text Example


Text Example

White with #5753EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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