#5B71FE

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

Shades of Neon Blue #5B71FE

Tints of Neon Blue #5B71FE

Color information

#5B71FE (or 0x5B71FE) is unknown color: approx Neon Blue. HEX triplet: 5B, 71 and FE. RGB value is (91,113,254). Sum of RGB (Red+Green+Blue) = 91+113+254=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B71FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B71FE is #A48E01. Grayscale: #797979. Windows color (decimal): -10784258 or 16675163. OLE color: 16675163.

HSL color Cylindrical-coordinate representation of color #5B71FE: hue angle of 231.9º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B71FE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91113254-
CMYK0.640.5600.00
HSL231.9º98.79%67.65%-
HSV(B)231.9º64.17%99.61%-
XYZ28.1121.1996.37-
YUV122.5202.21105.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.87%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 254 (99.61% from 255) = 55.46%
R=19.87%
G=24.67%
B=55.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal911132540.640.5600.00231.998.7967.65
Hex5B71FE403800e86344
Octal1331613761007000350143104
Binary10110111110001111111101000000111000001110100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B71FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B71FE; }

 p { color: rgb(91,113,254); }

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

<style>
 a { background-color: #5B71FE; }

 a { background-color: rgb(91,113,254); }

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

<style>
 span { border-color: #5B71FE; }

 span { border-color: rgb(91,113,254); }

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