Html Css Color HEX #1542F9 Neon Blue

📋 copy color: '#1542F9'

red 21 ◦ green 66 ◦ blue 249

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

Shades of Neon Blue #1542F9

Tints of Neon Blue #1542F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 6.25%
G = 19.64%
B = 74.11%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1542F9 (or 0x1542F9) is known color: Neon Blue. HEX triplet: 15, 42 and F9. RGB value is (21,66,249). Sum of RGB (Red+Green+Blue) = 21+66+249=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 249 (97.66% from 255 or 74.11% from 336); Max value from RGB is 249 - color contains mainly: blue. Hex color #1542F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1542F9 is #EABD06. Grayscale: #484848. Windows color (decimal): -15383815 or 16335381. OLE color: 16335381.

HSL color Cylindrical-coordinate representation of color #1542F9: hue angle of 228.16º 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 #1542F9 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 66 249 -
CMYK 0.92 0.73 0 0.02
HSL 228.16º 0.95% 0.53% -
HSV(B) 228.16º 0.92% 0.98% -
XYZ 19.36 10.9 90.71 -
YUV 73.41 227.09 90.62 -
System Red Green Blue C M Y K H S L
Decimal 21 66 249 0.92 0.73 0 0.02 228.16 0.95 0.53
Hex 15 42 F9 5C 49 0 2 E4 5F 35
Octal 25 102 371 134 111 0 2 344 137 65
Binary 10101 1000010 11111001 1011100 1001001 0 10 11100100 1011111 110101

Color Harmonies of #1542F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1542F9

Black with #1542F9

Text Example


Text Example

White with #1542F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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