Html Css Color HEX #1849FD Neon Blue

📋 copy color: '#1849FD'

red 24 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #1849FD

Tints of Neon Blue #1849FD

RGB

 RED value IS 24 (9.77% from 255) = 6.86%

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 6.86%
G = 20.86%
B = 72.29%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1849FD (or 0x1849FD) is known color: Neon Blue. HEX triplet: 18, 49 and FD. RGB value is (24,73,253). Sum of RGB (Red+Green+Blue) = 24+73+253=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #1849FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1849FD is #E7B602. Grayscale: #4E4E4E. Windows color (decimal): -15185411 or 16599320. OLE color: 16599320.

HSL color Cylindrical-coordinate representation of color #1849FD: hue angle of 227.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1849FD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 73 253 -
CMYK 0.91 0.71 0 0.01
HSL 227.16º 0.98% 0.54% -
HSV(B) 227.16º 0.91% 0.99% -
XYZ 20.49 12.05 94.17 -
YUV 78.87 226.27 88.86 -
System Red Green Blue C M Y K H S L
Decimal 24 73 253 0.91 0.71 0 0.01 227.16 0.98 0.54
Hex 18 49 FD 5B 47 0 1 E3 62 36
Octal 30 111 375 133 107 0 1 343 142 66
Binary 11000 1001001 11111101 1011011 1000111 0 1 11100011 1100010 110110

Color Harmonies of #1849FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849FD

Black with #1849FD

Text Example


Text Example

White with #1849FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,73,253); }

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

background-color css

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

 a { background-color: rgb(24,73,253); }

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

border-color css

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

 span { border-color: rgb(24,73,253); }

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