Html Css Color HEX #514CFD Neon Blue

📋 copy color: '#514CFD'

red 81 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #514CFD

Tints of Neon Blue #514CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

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

R = 19.76%
G = 18.54%
B = 61.71%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#514CFD (or 0x514CFD) is known color: Neon Blue. HEX triplet: 51, 4C and FD. RGB value is (81,76,253). Sum of RGB (Red+Green+Blue) = 81+76+253=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #514CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CFD is #AEB302. Grayscale: #606060. Windows color (decimal): -11449091 or 16600145. OLE color: 16600145.

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

Color convert

RGB 81 76 253 -
CMYK 0.68 0.70 0 0.01
HSL 241.69º 0.98% 0.65% -
HSV(B) 241.69º 0.7% 0.99% -
XYZ 23.71 14.01 94.38 -
YUV 97.67 215.66 116.11 -
System Red Green Blue C M Y K H S L
Decimal 81 76 253 0.68 0.70 0 0.01 241.69 0.98 0.65
Hex 51 4C FD 44 46 0 1 F2 62 41
Octal 121 114 375 104 106 0 1 362 142 101
Binary 1010001 1001100 11111101 1000100 1000110 0 1 11110010 1100010 1000001

Color Harmonies of #514CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CFD

Black with #514CFD

Text Example


Text Example

White with #514CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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