#5B70FE

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

Shades of Neon Blue #5B70FE

Tints of Neon Blue #5B70FE

Color information

#5B70FE (or 0x5B70FE) is unknown color: approx Neon Blue. HEX triplet: 5B, 70 and FE. RGB value is (91,112,254). Sum of RGB (Red+Green+Blue) = 91+112+254=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B70FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B70FE is #A48F01. Grayscale: #797979. Windows color (decimal): -10784514 or 16674907. OLE color: 16674907.

HSL color Cylindrical-coordinate representation of color #5B70FE: hue angle of 232.27º 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 #5B70FE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91112254-
CMYK0.640.5600.00
HSL232.27º98.79%67.65%-
HSV(B)232.27º64.17%99.61%-
XYZ2820.9796.34-
YUV121.91202.54105.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.91%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 254 (99.61% from 255) = 55.58%
R=19.91%
G=24.51%
B=55.58%

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
Decimal911122540.640.5600.00232.2798.7967.65
Hex5B70FE403800e86344
Octal1331603761007000350143104
Binary10110111110000111111101000000111000001110100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B70FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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