Html Css Color HEX #1838F6 Neon Blue

📋 copy color: '#1838F6'

red 24 ◦ green 56 ◦ blue 246

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

Shades of Neon Blue #1838F6

Tints of Neon Blue #1838F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.46%

R = 7.36%
G = 17.18%
B = 75.46%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1838F6 (or 0x1838F6) is known color: Neon Blue. HEX triplet: 18, 38 and F6. RGB value is (24,56,246). Sum of RGB (Red+Green+Blue) = 24+56+246=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #1838F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1838F6 is #E7C709. Grayscale: #434343. Windows color (decimal): -15189770 or 16136216. OLE color: 16136216.

HSL color Cylindrical-coordinate representation of color #1838F6: hue angle of 231.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1838F6 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 56 246 -
CMYK 0.90 0.77 0 0.04
HSL 231.35º 0.93% 0.53% -
HSV(B) 231.35º 0.9% 0.96% -
XYZ 18.43 9.68 88.09 -
YUV 68.09 228.4 96.55 -
System Red Green Blue C M Y K H S L
Decimal 24 56 246 0.90 0.77 0 0.04 231.35 0.93 0.53
Hex 18 38 F6 5A 4D 0 4 E7 5C 35
Octal 30 70 366 132 115 0 4 347 134 65
Binary 11000 111000 11110110 1011010 1001101 0 100 11100111 1011100 110101

Color Harmonies of #1838F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1838F6

Black with #1838F6

Text Example


Text Example

White with #1838F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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