Html Css Color HEX #514AFA Neon Blue

📋 copy color: '#514AFA'

red 81 ◦ green 74 ◦ blue 250

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

Shades of Neon Blue #514AFA

Tints of Neon Blue #514AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

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

R = 20%
G = 18.27%
B = 61.73%

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

#514AFA (or 0x514AFA) is known color: Neon Blue. HEX triplet: 51, 4A and FA. RGB value is (81,74,250). Sum of RGB (Red+Green+Blue) = 81+74+250=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #514AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514AFA is #AEB505. Grayscale: #5F5F5F. Windows color (decimal): -11449606 or 16403025. OLE color: 16403025.

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

Color convert

RGB 81 74 250 -
CMYK 0.68 0.70 0 0.02
HSL 242.39º 0.95% 0.64% -
HSV(B) 242.39º 0.7% 0.98% -
XYZ 23.1 13.55 91.84 -
YUV 96.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 81 74 250 0.68 0.70 0 0.02 242.39 0.95 0.64
Hex 51 4A FA 44 46 0 2 F2 5F 40
Octal 121 112 372 104 106 0 2 362 137 100
Binary 1010001 1001010 11111010 1000100 1000110 0 10 11110010 1011111 1000000

Color Harmonies of #514AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AFA

Black with #514AFA

Text Example


Text Example

White with #514AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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