Html Css Color HEX #514FFE Neon Blue

📋 copy color: '#514FFE'

red 81 ◦ green 79 ◦ blue 254

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

Shades of Neon Blue #514FFE

Tints of Neon Blue #514FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 19.57%
G = 19.08%
B = 61.35%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#514FFE (or 0x514FFE) is known color: Neon Blue. HEX triplet: 51, 4F and FE. RGB value is (81,79,254). Sum of RGB (Red+Green+Blue) = 81+79+254=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #514FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FFE is #AEB001. Grayscale: #626262. Windows color (decimal): -11448322 or 16666449. OLE color: 16666449.

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

Color convert

RGB 81 79 254 -
CMYK 0.68 0.69 0 0.00
HSL 240.69º 0.99% 0.65% -
HSV(B) 240.69º 0.69% 1% -
XYZ 24.08 14.5 95.3 -
YUV 99.55 215.16 114.77 -
System Red Green Blue C M Y K H S L
Decimal 81 79 254 0.68 0.69 0 0.00 240.69 0.99 0.65
Hex 51 4F FE 44 45 0 0 F1 63 41
Octal 121 117 376 104 105 0 0 361 143 101
Binary 1010001 1001111 11111110 1000100 1000101 0 0 11110001 1100011 1000001

Color Harmonies of #514FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FFE

Black with #514FFE

Text Example


Text Example

White with #514FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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