Html Css Color HEX #513FFA Neon Blue

📋 copy color: '#513FFA'

red 81 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #513FFA

Tints of Neon Blue #513FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

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

R = 20.56%
G = 15.99%
B = 63.45%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#513FFA (or 0x513FFA) is known color: Neon Blue. HEX triplet: 51, 3F and FA. RGB value is (81,63,250). Sum of RGB (Red+Green+Blue) = 81+63+250=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #513FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FFA is #AEC005. Grayscale: #585858. Windows color (decimal): -11452422 or 16400209. OLE color: 16400209.

HSL color Cylindrical-coordinate representation of color #513FFA: hue angle of 245.78º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #513FFA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 63 250 -
CMYK 0.68 0.75 0 0.02
HSL 245.78º 0.95% 0.61% -
HSV(B) 245.78º 0.75% 0.98% -
XYZ 22.43 12.21 91.62 -
YUV 89.7 218.46 121.79 -
System Red Green Blue C M Y K H S L
Decimal 81 63 250 0.68 0.75 0 0.02 245.78 0.95 0.61
Hex 51 3F FA 44 4B 0 2 F6 5F 3D
Octal 121 77 372 104 113 0 2 366 137 75
Binary 1010001 111111 11111010 1000100 1001011 0 10 11110110 1011111 111101

Color Harmonies of #513FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FFA

Black with #513FFA

Text Example


Text Example

White with #513FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513FFA; }

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

 H1.HeaderClassName
 {
   color: #513FFA;
 }
 .AnyTagClassName
 {
   color: #513FFA;
 }
</style>

background-color css

<style>
 a { background-color: #513FFA; }

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

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

border-color css

<style>
 span { border-color: #513FFA; }

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

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