Html Css Color HEX #514CFA Neon Blue

📋 copy color: '#514CFA'

red 81 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #514CFA

Tints of Neon Blue #514CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 19.9%
G = 18.67%
B = 61.43%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#514CFA (or 0x514CFA) is known color: Neon Blue. HEX triplet: 51, 4C and FA. RGB value is (81,76,250). Sum of RGB (Red+Green+Blue) = 81+76+250=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #514CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CFA is #AEB305. Grayscale: #606060. Windows color (decimal): -11449094 or 16403537. OLE color: 16403537.

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

Color convert

RGB 81 76 250 -
CMYK 0.68 0.70 0 0.02
HSL 241.72º 0.95% 0.64% -
HSV(B) 241.72º 0.7% 0.98% -
XYZ 23.23 13.82 91.89 -
YUV 97.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 81 76 250 0.68 0.70 0 0.02 241.72 0.95 0.64
Hex 51 4C FA 44 46 0 2 F2 5F 40
Octal 121 114 372 104 106 0 2 362 137 100
Binary 1010001 1001100 11111010 1000100 1000110 0 10 11110010 1011111 1000000

Color Harmonies of #514CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CFA

Black with #514CFA

Text Example


Text Example

White with #514CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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