#5B66FC

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

Shades of Neon Blue #5B66FC

Tints of Neon Blue #5B66FC

Color information

#5B66FC (or 0x5B66FC) is unknown color: approx Neon Blue. HEX triplet: 5B, 66 and FC. RGB value is (91,102,252). Sum of RGB (Red+Green+Blue) = 91+102+252=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B66FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B66FC is #A49903. Grayscale: #737373. Windows color (decimal): -10787076 or 16541275. OLE color: 16541275.

HSL color Cylindrical-coordinate representation of color #5B66FC: hue angle of 235.9º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B66FC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91102252-
CMYK0.640.6000.01
HSL235.9º96.41%67.25%-
HSV(B)235.9º63.89%98.82%-
XYZ26.6418.7694.31-
YUV115.81204.86110.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.45%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=20.45%
G=22.92%
B=56.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal911022520.640.6000.01235.996.4167.25
Hex5B66FC403C01ec6043
Octal1331463741007401354140103
Binary10110111100110111111001000000111100011110110011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,252); }

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

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

 a { background-color: rgb(91,102,252); }

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

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

 span { border-color: rgb(91,102,252); }

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