Html Css Color HEX #514FF0 Neon Blue

📋 copy color: '#514FF0'

red 81 ◦ green 79 ◦ blue 240

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

Shades of Neon Blue #514FF0

Tints of Neon Blue #514FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 60%

R = 20.25%
G = 19.75%
B = 60%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#514FF0 (or 0x514FF0) is known color: Neon Blue. HEX triplet: 51, 4F and F0. RGB value is (81,79,240). Sum of RGB (Red+Green+Blue) = 81+79+240=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #514FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FF0 is #AEB00F. Grayscale: #616161. Windows color (decimal): -11448336 or 15748945. OLE color: 15748945.

HSL color Cylindrical-coordinate representation of color #514FF0: hue angle of 240.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514FF0 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 79 240 -
CMYK 0.66 0.67 0 0.06
HSL 240.75º 0.84% 0.63% -
HSV(B) 240.75º 0.67% 0.94% -
XYZ 21.92 13.63 83.91 -
YUV 97.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 81 79 240 0.66 0.67 0 0.06 240.75 0.84 0.63
Hex 51 4F F0 42 43 0 6 F1 54 3F
Octal 121 117 360 102 103 0 6 361 124 77
Binary 1010001 1001111 11110000 1000010 1000011 0 110 11110001 1010100 111111

Color Harmonies of #514FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FF0

Black with #514FF0

Text Example


Text Example

White with #514FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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