Html Css Color HEX #1D50FD Neon Blue

📋 copy color: '#1D50FD'

red 29 ◦ green 80 ◦ blue 253

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

Shades of Neon Blue #1D50FD

Tints of Neon Blue #1D50FD

RGB

 RED value IS 29 (11.72% from 255) = 8.01%

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 8.01%
G = 22.1%
B = 69.89%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D50FD (or 0x1D50FD) is known color: Neon Blue. HEX triplet: 1D, 50 and FD. RGB value is (29,80,253). Sum of RGB (Red+Green+Blue) = 29+80+253=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D50FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D50FD is #E2AF02. Grayscale: #535353. Windows color (decimal): -14855939 or 16601117. OLE color: 16601117.

HSL color Cylindrical-coordinate representation of color #1D50FD: hue angle of 226.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D50FD is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 80 253 -
CMYK 0.89 0.68 0 0.01
HSL 226.34º 0.98% 0.55% -
HSV(B) 226.34º 0.89% 0.99% -
XYZ 21.1 13.09 94.34 -
YUV 84.47 223.1 88.43 -
System Red Green Blue C M Y K H S L
Decimal 29 80 253 0.89 0.68 0 0.01 226.34 0.98 0.55
Hex 1D 50 FD 59 44 0 1 E2 62 37
Octal 35 120 375 131 104 0 1 342 142 67
Binary 11101 1010000 11111101 1011001 1000100 0 1 11100010 1100010 110111

Color Harmonies of #1D50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D50FD

Black with #1D50FD

Text Example


Text Example

White with #1D50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D50FD; }

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

 H1.HeaderClassName
 {
   color: #1D50FD;
 }
 .AnyTagClassName
 {
   color: #1D50FD;
 }
</style>

background-color css

<style>
 a { background-color: #1D50FD; }

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

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

border-color css

<style>
 span { border-color: #1D50FD; }

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

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