Html Css Color HEX #515FFB Neon Blue

📋 copy color: '#515FFB'

red 81 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #515FFB

Tints of Neon Blue #515FFB

RGB

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

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

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

R = 18.97%
G = 22.25%
B = 58.78%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#515FFB (or 0x515FFB) is known color: Neon Blue. HEX triplet: 51, 5F and FB. RGB value is (81,95,251). Sum of RGB (Red+Green+Blue) = 81+95+251=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #515FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FFB is #AEA004. Grayscale: #6B6B6B. Windows color (decimal): -11444229 or 16473937. OLE color: 16473937.

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

Color convert

RGB 81 95 251 -
CMYK 0.68 0.62 0 0.02
HSL 235.06º 0.96% 0.65% -
HSV(B) 235.06º 0.68% 0.98% -
XYZ 24.9 16.9 93.22 -
YUV 108.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 81 95 251 0.68 0.62 0 0.02 235.06 0.96 0.65
Hex 51 5F FB 44 3E 0 2 EB 60 41
Octal 121 137 373 104 76 0 2 353 140 101
Binary 1010001 1011111 11111011 1000100 111110 0 10 11101011 1100000 1000001

Color Harmonies of #515FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FFB

Black with #515FFB

Text Example


Text Example

White with #515FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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