#5851F9

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

Shades of Neon Blue #5851F9

Tints of Neon Blue #5851F9

Color information

#5851F9 (or 0x5851F9) is unknown color: approx Neon Blue. HEX triplet: 58, 51 and F9. RGB value is (88,81,249). Sum of RGB (Red+Green+Blue) = 88+81+249=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #5851F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5851F9 is #A7AE06. Grayscale: #656565. Windows color (decimal): -10989063 or 16339288. OLE color: 16339288.

HSL color Cylindrical-coordinate representation of color #5851F9: hue angle of 242.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5851F9 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8881249-
CMYK0.650.6700.02
HSL242.5º93.33%64.71%-
HSV(B)242.5º67.47%97.65%-
XYZ24.0714.891.21-
YUV102.24210.82117.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 249 (97.66% from 255) = 59.57%
R=21.05%
G=19.38%
B=59.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal88812490.650.6700.02242.593.3364.71
Hex5851F9414302f25d41
Octal13012137110110302362135101
Binary1011000101000111111001100000110000110101111001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5851F9; }

 p { color: rgb(88,81,249); }

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

<style>
 a { background-color: #5851F9; }

 a { background-color: rgb(88,81,249); }

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

<style>
 span { border-color: #5851F9; }

 span { border-color: rgb(88,81,249); }

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