#5C51F2

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

Shades of Neon Blue #5C51F2

Tints of Neon Blue #5C51F2

Color information

#5C51F2 (or 0x5C51F2) is unknown color: approx Neon Blue. HEX triplet: 5C, 51 and F2. RGB value is (92,81,242). Sum of RGB (Red+Green+Blue) = 92+81+242=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #5C51F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C51F2 is #A3AE0D. Grayscale: #666666. Windows color (decimal): -10726926 or 15880540. OLE color: 15880540.

HSL color Cylindrical-coordinate representation of color #5C51F2: hue angle of 244.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C51F2 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9281242-
CMYK0.620.6700.05
HSL244.1º86.1%63.33%-
HSV(B)244.1º66.53%94.9%-
XYZ23.3814.5785.58-
YUV102.64206.64120.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.17%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 242 (94.92% from 255) = 58.31%
R=22.17%
G=19.52%
B=58.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal92812420.620.6700.05244.186.163.33
Hex5C51F23E4305f4563f
Octal134121362761030536412677
Binary101110010100011111001011111010000110101111101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C51F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,81,242); }

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

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

 a { background-color: rgb(92,81,242); }

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

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

 span { border-color: rgb(92,81,242); }

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