#5761FE

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

Shades of Neon Blue #5761FE

Tints of Neon Blue #5761FE

Color information

#5761FE (or 0x5761FE) is unknown color: approx Neon Blue. HEX triplet: 57, 61 and FE. RGB value is (87,97,254). Sum of RGB (Red+Green+Blue) = 87+97+254=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #5761FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5761FE is #A89E01. Grayscale: #6F6F6F. Windows color (decimal): -11050498 or 16671063. OLE color: 16671063.

HSL color Cylindrical-coordinate representation of color #5761FE: hue angle of 236.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5761FE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8797254-
CMYK0.660.6200.00
HSL236.41º98.82%66.86%-
HSV(B)236.41º65.75%99.61%-
XYZ26.0917.7395.81-
YUV111.91208.19110.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.86%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 254 (99.61% from 255) = 57.99%
R=19.86%
G=22.15%
B=57.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal87972540.660.6200.00236.4198.8266.86
Hex5761FE423E00ec6343
Octal1271413761027600354143103
Binary10101111100001111111101000010111110001110110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5761FE; }

 p { color: rgb(87,97,254); }

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

<style>
 a { background-color: #5761FE; }

 a { background-color: rgb(87,97,254); }

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

<style>
 span { border-color: #5761FE; }

 span { border-color: rgb(87,97,254); }

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