Html Css Color HEX #5069FD Neon Blue

📋 copy color: '#5069FD'

red 80 ◦ green 105 ◦ blue 253

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

Shades of Neon Blue #5069FD

Tints of Neon Blue #5069FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 18.26%
G = 23.97%
B = 57.76%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5069FD (or 0x5069FD) is known color: Neon Blue. HEX triplet: 50, 69 and FD. RGB value is (80,105,253). Sum of RGB (Red+Green+Blue) = 80+105+253=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #5069FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5069FD is #AF9602. Grayscale: #717171. Windows color (decimal): -11507203 or 16607568. OLE color: 16607568.

HSL color Cylindrical-coordinate representation of color #5069FD: hue angle of 231.33º degrees, saturation: 0.98, 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 #5069FD is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 105 253 -
CMYK 0.68 0.58 0 0.01
HSL 231.33º 0.98% 0.65% -
HSV(B) 231.33º 0.68% 0.99% -
XYZ 26.09 18.9 95.2 -
YUV 114.4 206.22 103.47 -
System Red Green Blue C M Y K H S L
Decimal 80 105 253 0.68 0.58 0 0.01 231.33 0.98 0.65
Hex 50 69 FD 44 3A 0 1 E7 62 41
Octal 120 151 375 104 72 0 1 347 142 101
Binary 1010000 1101001 11111101 1000100 111010 0 1 11100111 1100010 1000001

Color Harmonies of #5069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5069FD

Black with #5069FD

Text Example


Text Example

White with #5069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5069FD; }

 p { color: rgb(80,105,253); }

 H1.HeaderClassName
 {
   color: #5069FD;
 }
 .AnyTagClassName
 {
   color: #5069FD;
 }
</style>

background-color css

<style>
 a { background-color: #5069FD; }

 a { background-color: rgb(80,105,253); }

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

border-color css

<style>
 span { border-color: #5069FD; }

 span { border-color: rgb(80,105,253); }

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