Html Css Color HEX #1D36FD Neon Blue

📋 copy color: '#1D36FD'

red 29 ◦ green 54 ◦ blue 253

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

Shades of Neon Blue #1D36FD

Tints of Neon Blue #1D36FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 8.63%
G = 16.07%
B = 75.3%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D36FD (or 0x1D36FD) is known color: Neon Blue. HEX triplet: 1D, 36 and FD. RGB value is (29,54,253). Sum of RGB (Red+Green+Blue) = 29+54+253=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D36FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D36FD is #E2C902. Grayscale: #444444. Windows color (decimal): -14862595 or 16594461. OLE color: 16594461.

HSL color Cylindrical-coordinate representation of color #1D36FD: hue angle of 233.3º 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 #1D36FD is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 54 253 -
CMYK 0.89 0.79 0 0.01
HSL 233.3º 0.98% 0.55% -
HSV(B) 233.3º 0.89% 0.99% -
XYZ 19.56 9.99 93.83 -
YUV 69.21 231.72 99.32 -
System Red Green Blue C M Y K H S L
Decimal 29 54 253 0.89 0.79 0 0.01 233.3 0.98 0.55
Hex 1D 36 FD 59 4F 0 1 E9 62 37
Octal 35 66 375 131 117 0 1 351 142 67
Binary 11101 110110 11111101 1011001 1001111 0 1 11101001 1100010 110111

Color Harmonies of #1D36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D36FD

Black with #1D36FD

Text Example


Text Example

White with #1D36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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