#5B42FC

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

Shades of Neon Blue #5B42FC

Tints of Neon Blue #5B42FC

Color information

#5B42FC (or 0x5B42FC) is unknown color: approx Neon Blue. HEX triplet: 5B, 42 and FC. RGB value is (91,66,252). Sum of RGB (Red+Green+Blue) = 91+66+252=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B42FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B42FC is #A4BD03. Grayscale: #5D5D5D. Windows color (decimal): -10796292 or 16532059. OLE color: 16532059.

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

Color convert

RGB9166252-
CMYK0.640.7400.01
HSL248.06º96.88%62.35%-
HSV(B)248.06º73.81%98.82%-
XYZ23.8313.1593.38-
YUV94.68216.78125.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.25%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 252 (98.83% from 255) = 61.61%
R=22.25%
G=16.14%
B=61.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91662520.640.7400.01248.0696.8862.35
Hex5B42FC404A01f8613e
Octal1331023741001120137014176
Binary10110111000010111111001000000100101001111110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B42FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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