Html Css Color HEX #514DFC Neon Blue

📋 copy color: '#514DFC'

red 81 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #514DFC

Tints of Neon Blue #514DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.78%

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

R = 19.76%
G = 18.78%
B = 61.46%

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

#514DFC (or 0x514DFC) is known color: Neon Blue. HEX triplet: 51, 4D and FC. RGB value is (81,77,252). Sum of RGB (Red+Green+Blue) = 81+77+252=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #514DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514DFC is #AEB203. Grayscale: #616161. Windows color (decimal): -11448836 or 16534865. OLE color: 16534865.

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

Color convert

RGB 81 77 252 -
CMYK 0.68 0.69 0 0.01
HSL 241.37º 0.97% 0.65% -
HSV(B) 241.37º 0.69% 0.99% -
XYZ 23.62 14.09 93.57 -
YUV 98.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 81 77 252 0.68 0.69 0 0.01 241.37 0.97 0.65
Hex 51 4D FC 44 45 0 1 F1 61 41
Octal 121 115 374 104 105 0 1 361 141 101
Binary 1010001 1001101 11111100 1000100 1000101 0 1 11110001 1100001 1000001

Color Harmonies of #514DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DFC

Black with #514DFC

Text Example


Text Example

White with #514DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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