Html Css Color HEX #515FF1 Neon Blue

📋 copy color: '#515FF1'

red 81 ◦ green 95 ◦ blue 241

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

Shades of Neon Blue #515FF1

Tints of Neon Blue #515FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.78%

 BLUE value IS 241 (94.53% from 255) = 57.79%

R = 19.42%
G = 22.78%
B = 57.79%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#515FF1 (or 0x515FF1) is known color: Neon Blue. HEX triplet: 51, 5F and F1. RGB value is (81,95,241). Sum of RGB (Red+Green+Blue) = 81+95+241=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #515FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FF1 is #AEA00E. Grayscale: #6A6A6A. Windows color (decimal): -11444239 or 15818577. OLE color: 15818577.

HSL color Cylindrical-coordinate representation of color #515FF1: hue angle of 234.75º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515FF1 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 95 241 -
CMYK 0.66 0.61 0 0.05
HSL 234.75º 0.85% 0.63% -
HSV(B) 234.75º 0.66% 0.95% -
XYZ 23.36 16.28 85.13 -
YUV 107.46 203.36 109.13 -
System Red Green Blue C M Y K H S L
Decimal 81 95 241 0.66 0.61 0 0.05 234.75 0.85 0.63
Hex 51 5F F1 42 3D 0 5 EB 55 3F
Octal 121 137 361 102 75 0 5 353 125 77
Binary 1010001 1011111 11110001 1000010 111101 0 101 11101011 1010101 111111

Color Harmonies of #515FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FF1

Black with #515FF1

Text Example


Text Example

White with #515FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,95,241); }

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

background-color css

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

 a { background-color: rgb(81,95,241); }

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

border-color css

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

 span { border-color: rgb(81,95,241); }

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