Html Css Color HEX #1838FD Neon Blue

📋 copy color: '#1838FD'

red 24 ◦ green 56 ◦ blue 253

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

Shades of Neon Blue #1838FD

Tints of Neon Blue #1838FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 7.21%
G = 16.82%
B = 75.98%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1838FD (or 0x1838FD) is known color: Neon Blue. HEX triplet: 18, 38 and FD. RGB value is (24,56,253). Sum of RGB (Red+Green+Blue) = 24+56+253=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #1838FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1838FD is #E7C702. Grayscale: #444444. Windows color (decimal): -15189763 or 16594968. OLE color: 16594968.

HSL color Cylindrical-coordinate representation of color #1838FD: hue angle of 231.62º 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 #1838FD is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 56 253 -
CMYK 0.91 0.78 0 0.01
HSL 231.62º 0.98% 0.54% -
HSV(B) 231.62º 0.91% 0.99% -
XYZ 19.52 10.11 93.85 -
YUV 68.89 231.9 95.98 -
System Red Green Blue C M Y K H S L
Decimal 24 56 253 0.91 0.78 0 0.01 231.62 0.98 0.54
Hex 18 38 FD 5B 4E 0 1 E8 62 36
Octal 30 70 375 133 116 0 1 350 142 66
Binary 11000 111000 11111101 1011011 1001110 0 1 11101000 1100010 110110

Color Harmonies of #1838FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1838FD

Black with #1838FD

Text Example


Text Example

White with #1838FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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