Html Css Color HEX #5135FA Neon Blue

📋 copy color: '#5135FA'

red 81 ◦ green 53 ◦ blue 250

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

Shades of Neon Blue #5135FA

Tints of Neon Blue #5135FA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

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

R = 21.09%
G = 13.8%
B = 65.1%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5135FA (or 0x5135FA) is known color: Neon Blue. HEX triplet: 51, 35 and FA. RGB value is (81,53,250). Sum of RGB (Red+Green+Blue) = 81+53+250=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #5135FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5135FA is #AECA05. Grayscale: #535353. Windows color (decimal): -11454982 or 16397649. OLE color: 16397649.

HSL color Cylindrical-coordinate representation of color #5135FA: hue angle of 248.53º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5135FA is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 53 250 -
CMYK 0.68 0.79 0 0.02
HSL 248.53º 0.95% 0.59% -
HSV(B) 248.53º 0.79% 0.98% -
XYZ 21.92 11.2 91.45 -
YUV 83.83 221.78 125.98 -
System Red Green Blue C M Y K H S L
Decimal 81 53 250 0.68 0.79 0 0.02 248.53 0.95 0.59
Hex 51 35 FA 44 4F 0 2 F9 5F 3B
Octal 121 65 372 104 117 0 2 371 137 73
Binary 1010001 110101 11111010 1000100 1001111 0 10 11111001 1011111 111011

Color Harmonies of #5135FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5135FA

Black with #5135FA

Text Example


Text Example

White with #5135FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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