Html Css Color HEX #514FFD Neon Blue

📋 copy color: '#514FFD'

red 81 ◦ green 79 ◦ blue 253

#514FFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #514FFD

Tints of Neon Blue #514FFD

RGB

 RED value IS 81 (32.03% from 255) = 19.61%

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 19.61%
G = 19.13%
B = 61.26%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#514FFD (or 0x514FFD) is known color: Neon Blue. HEX triplet: 51, 4F and FD. RGB value is (81,79,253). Sum of RGB (Red+Green+Blue) = 81+79+253=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #514FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FFD is #AEB002. Grayscale: #626262. Windows color (decimal): -11448323 or 16600913. OLE color: 16600913.

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

Color convert

RGB 81 79 253 -
CMYK 0.68 0.69 0 0.01
HSL 240.69º 0.98% 0.65% -
HSV(B) 240.69º 0.69% 0.99% -
XYZ 23.92 14.43 94.45 -
YUV 99.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 81 79 253 0.68 0.69 0 0.01 240.69 0.98 0.65
Hex 51 4F FD 44 45 0 1 F1 62 41
Octal 121 117 375 104 105 0 1 361 142 101
Binary 1010001 1001111 11111101 1000100 1000101 0 1 11110001 1100010 1000001

Color Harmonies of #514FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FFD

Black with #514FFD

Text Example


Text Example

White with #514FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,253); }

 H1.HeaderClassName
 {
   color: #514FFD;
 }
 .AnyTagClassName
 {
   color: #514FFD;
 }
</style>

background-color css

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

 a { background-color: rgb(81,79,253); }

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

border-color css

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

 span { border-color: rgb(81,79,253); }

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