Html Css Color HEX #513FFB Neon Blue

📋 copy color: '#513FFB'

red 81 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #513FFB

Tints of Neon Blue #513FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 20.51%
G = 15.95%
B = 63.54%

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

#513FFB (or 0x513FFB) is known color: Neon Blue. HEX triplet: 51, 3F and FB. RGB value is (81,63,251). Sum of RGB (Red+Green+Blue) = 81+63+251=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #513FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513FFB is #AEC004. Grayscale: #595959. Windows color (decimal): -11452421 or 16465745. OLE color: 16465745.

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

Color convert

RGB 81 63 251 -
CMYK 0.68 0.75 0 0.02
HSL 245.74º 0.96% 0.62% -
HSV(B) 245.74º 0.75% 0.98% -
XYZ 22.58 12.27 92.44 -
YUV 89.81 218.96 121.71 -
System Red Green Blue C M Y K H S L
Decimal 81 63 251 0.68 0.75 0 0.02 245.74 0.96 0.62
Hex 51 3F FB 44 4B 0 2 F6 60 3E
Octal 121 77 373 104 113 0 2 366 140 76
Binary 1010001 111111 11111011 1000100 1001011 0 10 11110110 1100000 111110

Color Harmonies of #513FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FFB

Black with #513FFB

Text Example


Text Example

White with #513FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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