Html Css Color HEX #515CF0 Neon Blue

📋 copy color: '#515CF0'

red 81 ◦ green 92 ◦ blue 240

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

Shades of Neon Blue #515CF0

Tints of Neon Blue #515CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.11%

R = 19.61%
G = 22.28%
B = 58.11%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#515CF0 (or 0x515CF0) is known color: Neon Blue. HEX triplet: 51, 5C and F0. RGB value is (81,92,240). Sum of RGB (Red+Green+Blue) = 81+92+240=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #515CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515CF0 is #AEA30F. Grayscale: #686868. Windows color (decimal): -11445008 or 15752273. OLE color: 15752273.

HSL color Cylindrical-coordinate representation of color #515CF0: hue angle of 235.85º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515CF0 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 92 240 -
CMYK 0.66 0.62 0 0.06
HSL 235.85º 0.84% 0.63% -
HSV(B) 235.85º 0.66% 0.94% -
XYZ 22.95 15.69 84.26 -
YUV 105.58 203.86 110.47 -
System Red Green Blue C M Y K H S L
Decimal 81 92 240 0.66 0.62 0 0.06 235.85 0.84 0.63
Hex 51 5C F0 42 3E 0 6 EC 54 3F
Octal 121 134 360 102 76 0 6 354 124 77
Binary 1010001 1011100 11110000 1000010 111110 0 110 11101100 1010100 111111

Color Harmonies of #515CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CF0

Black with #515CF0

Text Example


Text Example

White with #515CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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