Html Css Color HEX #515CF9 Neon Blue

📋 copy color: '#515CF9'

red 81 ◦ green 92 ◦ blue 249

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

Shades of Neon Blue #515CF9

Tints of Neon Blue #515CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 249 (97.66% from 255) = 59%

R = 19.19%
G = 21.8%
B = 59%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515CF9 (or 0x515CF9) is known color: Neon Blue. HEX triplet: 51, 5C and F9. RGB value is (81,92,249). Sum of RGB (Red+Green+Blue) = 81+92+249=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #515CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CF9 is #AEA306. Grayscale: #696969. Windows color (decimal): -11444999 or 16342097. OLE color: 16342097.

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

Color convert

RGB 81 92 249 -
CMYK 0.67 0.63 0 0.02
HSL 236.07º 0.93% 0.65% -
HSV(B) 236.07º 0.67% 0.98% -
XYZ 24.32 16.24 91.48 -
YUV 106.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 81 92 249 0.67 0.63 0 0.02 236.07 0.93 0.65
Hex 51 5C F9 43 3F 0 2 EC 5D 41
Octal 121 134 371 103 77 0 2 354 135 101
Binary 1010001 1011100 11111001 1000011 111111 0 10 11101100 1011101 1000001

Color Harmonies of #515CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CF9

Black with #515CF9

Text Example


Text Example

White with #515CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,249); }

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

background-color css

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

 a { background-color: rgb(81,92,249); }

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

border-color css

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

 span { border-color: rgb(81,92,249); }

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