Html Css Color HEX #515EF8 Neon Blue

📋 copy color: '#515EF8'

red 81 ◦ green 94 ◦ blue 248

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

Shades of Neon Blue #515EF8

Tints of Neon Blue #515EF8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.22%

 BLUE value IS 248 (97.27% from 255) = 58.63%

R = 19.15%
G = 22.22%
B = 58.63%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#515EF8 (or 0x515EF8) is known color: Neon Blue. HEX triplet: 51, 5E and F8. RGB value is (81,94,248). Sum of RGB (Red+Green+Blue) = 81+94+248=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #515EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EF8 is #AEA107. Grayscale: #6B6B6B. Windows color (decimal): -11444488 or 16277073. OLE color: 16277073.

HSL color Cylindrical-coordinate representation of color #515EF8: hue angle of 235.33º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #515EF8 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 94 248 -
CMYK 0.67 0.62 0 0.03
HSL 235.33º 0.92% 0.65% -
HSV(B) 235.33º 0.67% 0.97% -
XYZ 24.34 16.53 90.72 -
YUV 107.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 81 94 248 0.67 0.62 0 0.03 235.33 0.92 0.65
Hex 51 5E F8 43 3E 0 3 EB 5C 41
Octal 121 136 370 103 76 0 3 353 134 101
Binary 1010001 1011110 11111000 1000011 111110 0 11 11101011 1011100 1000001

Color Harmonies of #515EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EF8

Black with #515EF8

Text Example


Text Example

White with #515EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,248); }

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

background-color css

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

 a { background-color: rgb(81,94,248); }

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

border-color css

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

 span { border-color: rgb(81,94,248); }

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