Html Css Color HEX #5152EF Neon Blue

📋 copy color: '#5152EF'

red 81 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #5152EF

Tints of Neon Blue #5152EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 20.15%
G = 20.4%
B = 59.45%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5152EF (or 0x5152EF) is known color: Neon Blue. HEX triplet: 51, 52 and EF. RGB value is (81,82,239). Sum of RGB (Red+Green+Blue) = 81+82+239=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #5152EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5152EF is #AEAD10. Grayscale: #626262. Windows color (decimal): -11447569 or 15684177. OLE color: 15684177.

HSL color Cylindrical-coordinate representation of color #5152EF: hue angle of 239.62º degrees, saturation: 0.83, 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 #5152EF is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 82 239 -
CMYK 0.66 0.66 0 0.06
HSL 239.62º 0.83% 0.63% -
HSV(B) 239.62º 0.66% 0.94% -
XYZ 21.99 14.02 83.21 -
YUV 99.6 206.67 114.73 -
System Red Green Blue C M Y K H S L
Decimal 81 82 239 0.66 0.66 0 0.06 239.62 0.83 0.63
Hex 51 52 EF 42 42 0 6 F0 53 3F
Octal 121 122 357 102 102 0 6 360 123 77
Binary 1010001 1010010 11101111 1000010 1000010 0 110 11110000 1010011 111111

Color Harmonies of #5152EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5152EF

Black with #5152EF

Text Example


Text Example

White with #5152EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5152EF; }

 p { color: rgb(81,82,239); }

 H1.HeaderClassName
 {
   color: #5152EF;
 }
 .AnyTagClassName
 {
   color: #5152EF;
 }
</style>

background-color css

<style>
 a { background-color: #5152EF; }

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

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

border-color css

<style>
 span { border-color: #5152EF; }

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

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