Html Css Color HEX #5052FA Neon Blue

📋 copy color: '#5052FA'

red 80 ◦ green 82 ◦ blue 250

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

Shades of Neon Blue #5052FA

Tints of Neon Blue #5052FA

RGB

 RED value IS 80 (31.64% from 255) = 19.42%

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

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

R = 19.42%
G = 19.9%
B = 60.68%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5052FA (or 0x5052FA) is known color: Neon Blue. HEX triplet: 50, 52 and FA. RGB value is (80,82,250). Sum of RGB (Red+Green+Blue) = 80+82+250=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 82 (32.42% from 255 or 19.90% 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 #5052FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5052FA is #AFAD05. Grayscale: #636363. Windows color (decimal): -11513094 or 16405072. OLE color: 16405072.

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

Color convert

RGB 80 82 250 -
CMYK 0.68 0.67 0 0.02
HSL 239.29º 0.94% 0.65% -
HSV(B) 239.29º 0.68% 0.98% -
XYZ 23.58 14.64 92.03 -
YUV 100.55 212.34 113.34 -
System Red Green Blue C M Y K H S L
Decimal 80 82 250 0.68 0.67 0 0.02 239.29 0.94 0.65
Hex 50 52 FA 44 43 0 2 EF 5E 41
Octal 120 122 372 104 103 0 2 357 136 101
Binary 1010000 1010010 11111010 1000100 1000011 0 10 11101111 1011110 1000001

Color Harmonies of #5052FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5052FA

Black with #5052FA

Text Example


Text Example

White with #5052FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,82,250); }

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

background-color css

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

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

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

border-color css

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

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

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