Html Css Color HEX #5155FA Neon Blue

📋 copy color: '#5155FA'

red 81 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #5155FA

Tints of Neon Blue #5155FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 19.47%
G = 20.43%
B = 60.1%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5155FA (or 0x5155FA) is known color: Neon Blue. HEX triplet: 51, 55 and FA. RGB value is (81,85,250). Sum of RGB (Red+Green+Blue) = 81+85+250=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5155FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5155FA is #AEAA05. Grayscale: #656565. Windows color (decimal): -11446790 or 16405841. OLE color: 16405841.

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

Color convert

RGB 81 85 250 -
CMYK 0.68 0.66 0 0.02
HSL 238.58º 0.94% 0.65% -
HSV(B) 238.58º 0.68% 0.98% -
XYZ 23.9 15.15 92.11 -
YUV 102.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 81 85 250 0.68 0.66 0 0.02 238.58 0.94 0.65
Hex 51 55 FA 44 42 0 2 EF 5E 41
Octal 121 125 372 104 102 0 2 357 136 101
Binary 1010001 1010101 11111010 1000100 1000010 0 10 11101111 1011110 1000001

Color Harmonies of #5155FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5155FA

Black with #5155FA

Text Example


Text Example

White with #5155FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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