Html Css Color HEX #514FFC Neon Blue

📋 copy color: '#514FFC'

red 81 ◦ green 79 ◦ blue 252

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

Shades of Neon Blue #514FFC

Tints of Neon Blue #514FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 19.66%
G = 19.17%
B = 61.17%

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

#514FFC (or 0x514FFC) is known color: Neon Blue. HEX triplet: 51, 4F and FC. RGB value is (81,79,252). Sum of RGB (Red+Green+Blue) = 81+79+252=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #514FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FFC is #AEB003. Grayscale: #626262. Windows color (decimal): -11448324 or 16535377. OLE color: 16535377.

HSL color Cylindrical-coordinate representation of color #514FFC: hue angle of 240.69º degrees, saturation: 0.97, 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 #514FFC is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 79 252 -
CMYK 0.68 0.69 0 0.01
HSL 240.69º 0.97% 0.65% -
HSV(B) 240.69º 0.69% 0.99% -
XYZ 23.76 14.37 93.62 -
YUV 99.32 214.16 114.93 -
System Red Green Blue C M Y K H S L
Decimal 81 79 252 0.68 0.69 0 0.01 240.69 0.97 0.65
Hex 51 4F FC 44 45 0 1 F1 61 41
Octal 121 117 374 104 105 0 1 361 141 101
Binary 1010001 1001111 11111100 1000100 1000101 0 1 11110001 1100001 1000001

Color Harmonies of #514FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FFC

Black with #514FFC

Text Example


Text Example

White with #514FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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