#5B67F9

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

Shades of Neon Blue #5B67F9

Tints of Neon Blue #5B67F9

Color information

#5B67F9 (or 0x5B67F9) is unknown color: approx Neon Blue. HEX triplet: 5B, 67 and F9. RGB value is (91,103,249). Sum of RGB (Red+Green+Blue) = 91+103+249=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B67F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67F9 is #A49806. Grayscale: #737373. Windows color (decimal): -10786823 or 16344923. OLE color: 16344923.

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

Color convert

RGB91103249-
CMYK0.630.5900.02
HSL235.44º92.94%66.67%-
HSV(B)235.44º63.45%97.65%-
XYZ26.2618.7691.86-
YUV116.06203.02110.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.54%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 249 (97.66% from 255) = 56.21%
R=20.54%
G=23.25%
B=56.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal911032490.630.5900.02235.4492.9466.67
Hex5B67F93F3B02eb5d43
Octal133147371777302353135103
Binary10110111100111111110011111111110110101110101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B67F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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