#5B67FC

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

Shades of Neon Blue #5B67FC

Tints of Neon Blue #5B67FC

Color information

#5B67FC (or 0x5B67FC) is unknown color: approx Neon Blue. HEX triplet: 5B, 67 and FC. RGB value is (91,103,252). Sum of RGB (Red+Green+Blue) = 91+103+252=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B67FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67FC is #A49803. Grayscale: #737373. Windows color (decimal): -10786820 or 16541531. OLE color: 16541531.

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

Color convert

RGB91103252-
CMYK0.640.5900.01
HSL235.53º96.41%67.25%-
HSV(B)235.53º63.89%98.82%-
XYZ26.7418.9594.34-
YUV116.4204.52109.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.40%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 252 (98.83% from 255) = 56.50%
R=20.40%
G=23.09%
B=56.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal911032520.640.5900.01235.5396.4167.25
Hex5B67FC403B01ec6043
Octal1331473741007301354140103
Binary10110111100111111111001000000111011011110110011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B67FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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