Html Css Color HEX #1D41FA Neon Blue

📋 copy color: '#1D41FA'

red 29 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #1D41FA

Tints of Neon Blue #1D41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

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

R = 8.43%
G = 18.9%
B = 72.67%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1D41FA (or 0x1D41FA) is known color: Neon Blue. HEX triplet: 1D, 41 and FA. RGB value is (29,65,250). Sum of RGB (Red+Green+Blue) = 29+65+250=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D41FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D41FA is #E2BE05. Grayscale: #4A4A4A. Windows color (decimal): -14859782 or 16400669. OLE color: 16400669.

HSL color Cylindrical-coordinate representation of color #1D41FA: hue angle of 230.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D41FA is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 65 250 -
CMYK 0.88 0.74 0 0.02
HSL 230.23º 0.96% 0.55% -
HSV(B) 230.23º 0.88% 0.98% -
XYZ 19.65 10.94 91.52 -
YUV 75.33 226.57 94.96 -
System Red Green Blue C M Y K H S L
Decimal 29 65 250 0.88 0.74 0 0.02 230.23 0.96 0.55
Hex 1D 41 FA 58 4A 0 2 E6 60 37
Octal 35 101 372 130 112 0 2 346 140 67
Binary 11101 1000001 11111010 1011000 1001010 0 10 11100110 1100000 110111

Color Harmonies of #1D41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D41FA

Black with #1D41FA

Text Example


Text Example

White with #1D41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,65,250); }

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

background-color css

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

 a { background-color: rgb(29,65,250); }

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

border-color css

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

 span { border-color: rgb(29,65,250); }

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