#6151FC

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

Shades of Neon Blue #6151FC

Tints of Neon Blue #6151FC

Color information

#6151FC (or 0x6151FC) is unknown color: approx Neon Blue. HEX triplet: 61, 51 and FC. RGB value is (97,81,252). Sum of RGB (Red+Green+Blue) = 97+81+252=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #6151FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6151FC is #9EAE03. Grayscale: #686868. Windows color (decimal): -10399236 or 16535905. OLE color: 16535905.

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

Color convert

RGB9781252-
CMYK0.620.6800.01
HSL245.61º96.61%65.29%-
HSV(B)245.61º67.86%98.82%-
XYZ25.4415.4593.74-
YUV105.28210.8122.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 252 (98.83% from 255) = 58.60%
R=22.56%
G=18.84%
B=58.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97812520.620.6800.01245.6196.6165.29
Hex6151FC3E4401f66141
Octal1411213747610401366141101
Binary11000011010001111111001111101000100011111011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6151FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6151FC; }

 p { color: rgb(97,81,252); }

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

<style>
 a { background-color: #6151FC; }

 a { background-color: rgb(97,81,252); }

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

<style>
 span { border-color: #6151FC; }

 span { border-color: rgb(97,81,252); }

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