Html Css Color HEX #1541F9 Neon Blue

📋 copy color: '#1541F9'

red 21 ◦ green 65 ◦ blue 249

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

Shades of Neon Blue #1541F9

Tints of Neon Blue #1541F9

RGB

 RED value IS 21 (8.59% from 255) = 6.27%

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

 BLUE value IS 249 (97.66% from 255) = 74.33%

R = 6.27%
G = 19.4%
B = 74.33%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1541F9 (or 0x1541F9) is known color: Neon Blue. HEX triplet: 15, 41 and F9. RGB value is (21,65,249). Sum of RGB (Red+Green+Blue) = 21+65+249=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 249 (97.66% from 255 or 74.33% from 335); Max value from RGB is 249 - color contains mainly: blue. Hex color #1541F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1541F9 is #EABE06. Grayscale: #484848. Windows color (decimal): -15384071 or 16335125. OLE color: 16335125.

HSL color Cylindrical-coordinate representation of color #1541F9: hue angle of 228.42º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1541F9 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 65 249 -
CMYK 0.92 0.74 0 0.02
HSL 228.42º 0.95% 0.53% -
HSV(B) 228.42º 0.92% 0.98% -
XYZ 19.3 10.78 90.69 -
YUV 72.82 227.42 91.04 -
System Red Green Blue C M Y K H S L
Decimal 21 65 249 0.92 0.74 0 0.02 228.42 0.95 0.53
Hex 15 41 F9 5C 4A 0 2 E4 5F 35
Octal 25 101 371 134 112 0 2 344 137 65
Binary 10101 1000001 11111001 1011100 1001010 0 10 11100100 1011111 110101

Color Harmonies of #1541F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541F9

Black with #1541F9

Text Example


Text Example

White with #1541F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1541F9; }

 p { color: rgb(21,65,249); }

 H1.HeaderClassName
 {
   color: #1541F9;
 }
 .AnyTagClassName
 {
   color: #1541F9;
 }
</style>

background-color css

<style>
 a { background-color: #1541F9; }

 a { background-color: rgb(21,65,249); }

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

border-color css

<style>
 span { border-color: #1541F9; }

 span { border-color: rgb(21,65,249); }

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