Html Css Color HEX #514FF2 Neon Blue

📋 copy color: '#514FF2'

red 81 ◦ green 79 ◦ blue 242

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

Shades of Neon Blue #514FF2

Tints of Neon Blue #514FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.2%

R = 20.15%
G = 19.65%
B = 60.2%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#514FF2 (or 0x514FF2) is known color: Neon Blue. HEX triplet: 51, 4F and F2. RGB value is (81,79,242). Sum of RGB (Red+Green+Blue) = 81+79+242=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #514FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FF2 is #AEB00D. Grayscale: #616161. Windows color (decimal): -11448334 or 15880017. OLE color: 15880017.

HSL color Cylindrical-coordinate representation of color #514FF2: hue angle of 240.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514FF2 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 79 242 -
CMYK 0.67 0.67 0 0.05
HSL 240.74º 0.86% 0.63% -
HSV(B) 240.74º 0.67% 0.95% -
XYZ 22.22 13.75 85.49 -
YUV 98.18 209.16 115.75 -
System Red Green Blue C M Y K H S L
Decimal 81 79 242 0.67 0.67 0 0.05 240.74 0.86 0.63
Hex 51 4F F2 43 43 0 5 F1 56 3F
Octal 121 117 362 103 103 0 5 361 126 77
Binary 1010001 1001111 11110010 1000011 1000011 0 101 11110001 1010110 111111

Color Harmonies of #514FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FF2

Black with #514FF2

Text Example


Text Example

White with #514FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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