#3551F7

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

Shades of Neon Blue #3551F7

Tints of Neon Blue #3551F7

Color information

#3551F7 (or 0x3551F7) is unknown color: approx Neon Blue. HEX triplet: 35, 51 and F7. RGB value is (53,81,247). Sum of RGB (Red+Green+Blue) = 53+81+247=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 247 (96.88% from 255 or 64.83% from 381); Max value from RGB is 247 - color contains mainly: blue. Hex color #3551F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3551F7 is #CAAE08. Grayscale: #5A5A5A. Windows color (decimal): -13282825 or 16208181. OLE color: 16208181.

HSL color Cylindrical-coordinate representation of color #3551F7: hue angle of 231.34º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3551F7 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5381247-
CMYK0.790.6700.03
HSL231.34º92.38%58.82%-
HSV(B)231.34º78.54%96.86%-
XYZ21.213.3689.46-
YUV91.55215.72100.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.91%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 247 (96.88% from 255) = 64.83%
R=13.91%
G=21.26%
B=64.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal53812470.790.6700.03231.3492.3858.82
Hex3551F74F4303e75c3b
Octal651213671171030334713473
Binary11010110100011111011110011111000011011111001111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3551F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3551F7; }

 p { color: rgb(53,81,247); }

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

<style>
 a { background-color: #3551F7; }

 a { background-color: rgb(53,81,247); }

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

<style>
 span { border-color: #3551F7; }

 span { border-color: rgb(53,81,247); }

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