#5441F1

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

Shades of Neon Blue #5441F1

Tints of Neon Blue #5441F1

Color information

#5441F1 (or 0x5441F1) is unknown color: approx Neon Blue. HEX triplet: 54, 41 and F1. RGB value is (84,65,241). Sum of RGB (Red+Green+Blue) = 84+65+241=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #5441F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5441F1 is #ABBE0E. Grayscale: #5A5A5A. Windows color (decimal): -11255311 or 15810900. OLE color: 15810900.

HSL color Cylindrical-coordinate representation of color #5441F1: hue angle of 246.48º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5441F1 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8465241-
CMYK0.650.7300.05
HSL246.48º86.27%60%-
HSV(B)246.48º73.03%94.51%-
XYZ21.4212.0284.41-
YUV90.74212.79123.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 241 (94.53% from 255) = 61.79%
R=21.54%
G=16.67%
B=61.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84652410.650.7300.05246.4886.2760
Hex5441F1414905f6563c
Octal1241013611011110536612674
Binary1010100100000111110001100000110010010101111101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5441F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5441F1; }

 p { color: rgb(84,65,241); }

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

<style>
 a { background-color: #5441F1; }

 a { background-color: rgb(84,65,241); }

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

<style>
 span { border-color: #5441F1; }

 span { border-color: rgb(84,65,241); }

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