#5751E7

Color #5751E7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5751E7

Tints of Neon Blue #5751E7

Color information

#5751E7 (or 0x5751E7) is unknown color: approx Neon Blue. HEX triplet: 57, 51 and E7. RGB value is (87,81,231). Sum of RGB (Red+Green+Blue) = 87+81+231=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #5751E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5751E7 is #A8AE18. Grayscale: #636363. Windows color (decimal): -11054617 or 15159639. OLE color: 15159639.

HSL color Cylindrical-coordinate representation of color #5751E7: hue angle of 242.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5751E7 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8781231-
CMYK0.620.6500.09
HSL242.4º75.76%61.18%-
HSV(B)242.4º64.94%90.59%-
XYZ21.313.6877.12-
YUV99.89201.99118.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.80%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 231 (90.62% from 255) = 57.89%
R=21.80%
G=20.30%
B=57.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal87812310.620.6500.09242.475.7661.18
Hex5751E73E4109f24c3d
Octal1271213477610101136211475
Binary1010111101000111100111111110100000101001111100101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5751E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5751E7;
 }
 .AnyTagClassName
 {
   color: #5751E7;
 }
</style>
background-color css

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

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

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

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

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

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