Html Css Color HEX #5065FC Neon Blue

📋 copy color: '#5065FC'

red 80 ◦ green 101 ◦ blue 252

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

Shades of Neon Blue #5065FC

Tints of Neon Blue #5065FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 18.48%
G = 23.33%
B = 58.2%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5065FC (or 0x5065FC) is known color: Neon Blue. HEX triplet: 50, 65 and FC. RGB value is (80,101,252). Sum of RGB (Red+Green+Blue) = 80+101+252=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #5065FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5065FC is #AF9A03. Grayscale: #6F6F6F. Windows color (decimal): -11508228 or 16541008. OLE color: 16541008.

HSL color Cylindrical-coordinate representation of color #5065FC: hue angle of 232.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5065FC is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 101 252 -
CMYK 0.68 0.60 0 0.01
HSL 232.67º 0.97% 0.65% -
HSV(B) 232.67º 0.68% 0.99% -
XYZ 25.53 18.04 94.23 -
YUV 111.94 207.04 105.22 -
System Red Green Blue C M Y K H S L
Decimal 80 101 252 0.68 0.60 0 0.01 232.67 0.97 0.65
Hex 50 65 FC 44 3C 0 1 E9 61 41
Octal 120 145 374 104 74 0 1 351 141 101
Binary 1010000 1100101 11111100 1000100 111100 0 1 11101001 1100001 1000001

Color Harmonies of #5065FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5065FC

Black with #5065FC

Text Example


Text Example

White with #5065FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5065FC; }

 p { color: rgb(80,101,252); }

 H1.HeaderClassName
 {
   color: #5065FC;
 }
 .AnyTagClassName
 {
   color: #5065FC;
 }
</style>

background-color css

<style>
 a { background-color: #5065FC; }

 a { background-color: rgb(80,101,252); }

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

border-color css

<style>
 span { border-color: #5065FC; }

 span { border-color: rgb(80,101,252); }

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