Html Css Color HEX #5151FA Neon Blue

📋 copy color: '#5151FA'

red 81 ◦ green 81 ◦ blue 250

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

Shades of Neon Blue #5151FA

Tints of Neon Blue #5151FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 19.66%
G = 19.66%
B = 60.68%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5151FA (or 0x5151FA) is known color: Neon Blue. HEX triplet: 51, 51 and FA. RGB value is (81,81,250). Sum of RGB (Red+Green+Blue) = 81+81+250=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #5151FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5151FA is #AEAE05. Grayscale: #636363. Windows color (decimal): -11447814 or 16404817. OLE color: 16404817.

HSL color Cylindrical-coordinate representation of color #5151FA: hue angle of 240º degrees, saturation: 0.94, 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 #5151FA is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 81 250 -
CMYK 0.68 0.68 0 0.02
HSL 240º 0.94% 0.65% -
HSV(B) 240º 0.68% 0.98% -
XYZ 23.59 14.54 92 -
YUV 100.27 212.5 114.26 -
System Red Green Blue C M Y K H S L
Decimal 81 81 250 0.68 0.68 0 0.02 240 0.94 0.65
Hex 51 51 FA 44 44 0 2 F0 5E 41
Octal 121 121 372 104 104 0 2 360 136 101
Binary 1010001 1010001 11111010 1000100 1000100 0 10 11110000 1011110 1000001

Color Harmonies of #5151FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5151FA

Black with #5151FA

Text Example


Text Example

White with #5151FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5151FA; }

 p { color: rgb(81,81,250); }

 H1.HeaderClassName
 {
   color: #5151FA;
 }
 .AnyTagClassName
 {
   color: #5151FA;
 }
</style>

background-color css

<style>
 a { background-color: #5151FA; }

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

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

border-color css

<style>
 span { border-color: #5151FA; }

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

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