Html Css Color HEX #515AFA Neon Blue

📋 copy color: '#515AFA'

red 81 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #515AFA

Tints of Neon Blue #515AFA

RGB

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

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

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

R = 19.24%
G = 21.38%
B = 59.38%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515AFA (or 0x515AFA) is known color: Neon Blue. HEX triplet: 51, 5A and FA. RGB value is (81,90,250). Sum of RGB (Red+Green+Blue) = 81+90+250=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #515AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AFA is #AEA505. Grayscale: #686868. Windows color (decimal): -11445510 or 16407121. OLE color: 16407121.

HSL color Cylindrical-coordinate representation of color #515AFA: hue angle of 236.8º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #515AFA is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 90 250 -
CMYK 0.68 0.64 0 0.02
HSL 236.8º 0.94% 0.65% -
HSV(B) 236.8º 0.68% 0.98% -
XYZ 24.3 15.96 92.24 -
YUV 105.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 81 90 250 0.68 0.64 0 0.02 236.8 0.94 0.65
Hex 51 5A FA 44 40 0 2 ED 5E 41
Octal 121 132 372 104 100 0 2 355 136 101
Binary 1010001 1011010 11111010 1000100 1000000 0 10 11101101 1011110 1000001

Color Harmonies of #515AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AFA

Black with #515AFA

Text Example


Text Example

White with #515AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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