#514BF7

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

Shades of Neon Blue #514BF7

Tints of Neon Blue #514BF7

Color information

#514BF7 (or 0x514BF7) is unknown color: approx Neon Blue. HEX triplet: 51, 4B and F7. RGB value is (81,75,247). Sum of RGB (Red+Green+Blue) = 81+75+247=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 247 (96.88% from 255 or 61.29% from 403); Max value from RGB is 247 - color contains mainly: blue. Hex color #514BF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BF7 is #AEB408. Grayscale: #5F5F5F. Windows color (decimal): -11449353 or 16206673. OLE color: 16206673.

HSL color Cylindrical-coordinate representation of color #514BF7: hue angle of 242.09º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514BF7 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8175247-
CMYK0.670.7000.03
HSL242.09º91.49%63.14%-
HSV(B)242.09º69.64%96.86%-
XYZ22.713.589.4-
YUV96.4212.99117.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 247 (96.88% from 255) = 61.29%
R=20.10%
G=18.61%
B=61.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal81752470.670.7000.03242.0991.4963.14
Hex514BF7434603f25b3f
Octal1211133671031060336213377
Binary101000110010111111011110000111000110011111100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514BF7; }

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

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

<style>
 a { background-color: #514BF7; }

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

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

<style>
 span { border-color: #514BF7; }

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

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