Html Css Color HEX #1841FA Neon Blue

📋 copy color: '#1841FA'

red 24 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #1841FA

Tints of Neon Blue #1841FA

RGB

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

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

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

R = 7.08%
G = 19.17%
B = 73.75%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1841FA (or 0x1841FA) is known color: Neon Blue. HEX triplet: 18, 41 and FA. RGB value is (24,65,250). Sum of RGB (Red+Green+Blue) = 24+65+250=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #1841FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841FA is #E7BE05. Grayscale: #494949. Windows color (decimal): -15187462 or 16400664. OLE color: 16400664.

HSL color Cylindrical-coordinate representation of color #1841FA: hue angle of 229.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1841FA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 65 250 -
CMYK 0.90 0.74 0 0.02
HSL 229.12º 0.96% 0.54% -
HSV(B) 229.12º 0.9% 0.98% -
XYZ 19.52 10.88 91.51 -
YUV 73.83 227.42 92.46 -
System Red Green Blue C M Y K H S L
Decimal 24 65 250 0.90 0.74 0 0.02 229.12 0.96 0.54
Hex 18 41 FA 5A 4A 0 2 E5 60 36
Octal 30 101 372 132 112 0 2 345 140 66
Binary 11000 1000001 11111010 1011010 1001010 0 10 11100101 1100000 110110

Color Harmonies of #1841FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1841FA

Black with #1841FA

Text Example


Text Example

White with #1841FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1841FA; }

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

 H1.HeaderClassName
 {
   color: #1841FA;
 }
 .AnyTagClassName
 {
   color: #1841FA;
 }
</style>

background-color css

<style>
 a { background-color: #1841FA; }

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

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

border-color css

<style>
 span { border-color: #1841FA; }

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

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