Html Css Color HEX #515AFE Neon Blue

📋 copy color: '#515AFE'

red 81 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #515AFE

Tints of Neon Blue #515AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 19.06%
G = 21.18%
B = 59.76%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#515AFE (or 0x515AFE) is known color: Neon Blue. HEX triplet: 51, 5A and FE. RGB value is (81,90,254). Sum of RGB (Red+Green+Blue) = 81+90+254=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #515AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AFE is #AEA501. Grayscale: #696969. Windows color (decimal): -11445506 or 16669265. OLE color: 16669265.

HSL color Cylindrical-coordinate representation of color #515AFE: hue angle of 236.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515AFE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 90 254 -
CMYK 0.68 0.65 0 0.00
HSL 236.88º 0.99% 0.66% -
HSV(B) 236.88º 0.68% 1% -
XYZ 24.94 16.22 95.58 -
YUV 106.01 211.52 110.16 -
System Red Green Blue C M Y K H S L
Decimal 81 90 254 0.68 0.65 0 0.00 236.88 0.99 0.66
Hex 51 5A FE 44 41 0 0 ED 63 42
Octal 121 132 376 104 101 0 0 355 143 102
Binary 1010001 1011010 11111110 1000100 1000001 0 0 11101101 1100011 1000010

Color Harmonies of #515AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AFE

Black with #515AFE

Text Example


Text Example

White with #515AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515AFE; }

 p { color: rgb(81,90,254); }

 H1.HeaderClassName
 {
   color: #515AFE;
 }
 .AnyTagClassName
 {
   color: #515AFE;
 }
</style>

background-color css

<style>
 a { background-color: #515AFE; }

 a { background-color: rgb(81,90,254); }

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

border-color css

<style>
 span { border-color: #515AFE; }

 span { border-color: rgb(81,90,254); }

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