Html Css Color HEX #5751EE Neon Blue

📋 copy color: '#5751EE'

red 87 ◦ green 81 ◦ blue 238

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

Shades of Neon Blue #5751EE

Tints of Neon Blue #5751EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 21.43%
G = 19.95%
B = 58.62%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5751EE (or 0x5751EE) is known color: Neon Blue. HEX triplet: 57, 51 and EE. RGB value is (87,81,238). Sum of RGB (Red+Green+Blue) = 87+81+238=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #5751EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5751EE is #A8AE11. Grayscale: #646464. Windows color (decimal): -11054610 or 15618391. OLE color: 15618391.

HSL color Cylindrical-coordinate representation of color #5751EE: hue angle of 242.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5751EE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 81 238 -
CMYK 0.63 0.66 0 0.07
HSL 242.29º 0.82% 0.63% -
HSV(B) 242.29º 0.66% 0.93% -
XYZ 22.31 14.08 82.43 -
YUV 100.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 87 81 238 0.63 0.66 0 0.07 242.29 0.82 0.63
Hex 57 51 EE 3F 42 0 7 F2 52 3F
Octal 127 121 356 77 102 0 7 362 122 77
Binary 1010111 1010001 11101110 111111 1000010 0 111 11110010 1010010 111111

Color Harmonies of #5751EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5751EE

Black with #5751EE

Text Example


Text Example

White with #5751EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5751EE; }

 p { color: rgb(87,81,238); }

 H1.HeaderClassName
 {
   color: #5751EE;
 }
 .AnyTagClassName
 {
   color: #5751EE;
 }
</style>

background-color css

<style>
 a { background-color: #5751EE; }

 a { background-color: rgb(87,81,238); }

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

border-color css

<style>
 span { border-color: #5751EE; }

 span { border-color: rgb(87,81,238); }

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