#1d42ff

Color #1D42FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #1D42FF

Tints of Neon Blue #1D42FF

Color information

#1D42FF (or 0x1D42FF) is unknown color: approx Neon Blue. HEX triplet: 1D, 42 and FF. RGB value is (29,66,255). Sum of RGB (Red+Green+Blue) = 29+66+255=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D42FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D42FF is #E2BD00. Grayscale: #4B4B4B. Windows color (decimal): -14859521 or 16728605. OLE color: 16728605.

HSL color Cylindrical-coordinate representation of color #1D42FF: hue angle of 230.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D42FF is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2966255-
CMYK0.890.7400
HSL230.18º100%55.69%-
HSV(B)230.18º88.63%100%-
XYZ20.511.3895.72-
YUV76.48228.7494.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.29%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 255 (100% from 255) = 72.86%
R=8.29%
G=18.86%
B=72.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal29662550.890.7400230.1810055.69
Hex1D42FF594A00e66438
Octal351023771311120034614470
Binary111011000010111111111011001100101000111001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d42ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,255); }

 H1.HeaderClassName
 {
   color: #1d42ff;
 }
 .AnyTagClassName
 {
   color: #1d42ff;
 }
</style>
background-color css

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

 a { background-color: rgb(29,66,255); }

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

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

 span { border-color: rgb(29,66,255); }

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