Html Css Color HEX #514BFE Neon Blue

📋 copy color: '#514BFE'

red 81 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #514BFE

Tints of Neon Blue #514BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

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

R = 19.76%
G = 18.29%
B = 61.95%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#514BFE (or 0x514BFE) is known color: Neon Blue. HEX triplet: 51, 4B and FE. RGB value is (81,75,254). Sum of RGB (Red+Green+Blue) = 81+75+254=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #514BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BFE is #AEB401. Grayscale: #606060. Windows color (decimal): -11449346 or 16665425. OLE color: 16665425.

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

Color convert

RGB 81 75 254 -
CMYK 0.68 0.70 0 0.00
HSL 242.01º 0.99% 0.65% -
HSV(B) 242.01º 0.7% 1% -
XYZ 23.8 13.94 95.2 -
YUV 97.2 216.49 116.45 -
System Red Green Blue C M Y K H S L
Decimal 81 75 254 0.68 0.70 0 0.00 242.01 0.99 0.65
Hex 51 4B FE 44 46 0 0 F2 63 41
Octal 121 113 376 104 106 0 0 362 143 101
Binary 1010001 1001011 11111110 1000100 1000110 0 0 11110010 1100011 1000001

Color Harmonies of #514BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BFE

Black with #514BFE

Text Example


Text Example

White with #514BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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