#5744FC

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

Shades of Neon Blue #5744FC

Tints of Neon Blue #5744FC

Color information

#5744FC (or 0x5744FC) is unknown color: approx Neon Blue. HEX triplet: 57, 44 and FC. RGB value is (87,68,252). Sum of RGB (Red+Green+Blue) = 87+68+252=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #5744FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5744FC is #A8BB03. Grayscale: #5D5D5D. Windows color (decimal): -11057924 or 16532567. OLE color: 16532567.

HSL color Cylindrical-coordinate representation of color #5744FC: hue angle of 246.2º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5744FC is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8768252-
CMYK0.650.7300.01
HSL246.2º96.84%62.75%-
HSV(B)246.2º73.02%98.82%-
XYZ23.5713.1993.4-
YUV94.66216.79122.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 68 (26.95% from 255) = 16.71%
BLUE value IS 252 (98.83% from 255) = 61.92%
R=21.38%
G=16.71%
B=61.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal87682520.650.7300.01246.296.8462.75
Hex5744FC414901f6613f
Octal1271043741011110136614177
Binary10101111000100111111001000001100100101111101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5744FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5744FC; }

 p { color: rgb(87,68,252); }

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

<style>
 a { background-color: #5744FC; }

 a { background-color: rgb(87,68,252); }

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

<style>
 span { border-color: #5744FC; }

 span { border-color: rgb(87,68,252); }

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