Html Css Color HEX #1540F9 Neon Blue

📋 copy color: '#1540F9'

red 21 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #1540F9

Tints of Neon Blue #1540F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 6.29%
G = 19.16%
B = 74.55%

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

#1540F9 (or 0x1540F9) is known color: Neon Blue. HEX triplet: 15, 40 and F9. RGB value is (21,64,249). Sum of RGB (Red+Green+Blue) = 21+64+249=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #1540F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1540F9 is #EABF06. Grayscale: #474747. Windows color (decimal): -15384327 or 16334869. OLE color: 16334869.

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

Color convert

RGB 21 64 249 -
CMYK 0.92 0.74 0 0.02
HSL 228.68º 0.95% 0.53% -
HSV(B) 228.68º 0.92% 0.98% -
XYZ 19.24 10.67 90.67 -
YUV 72.23 227.75 91.46 -
System Red Green Blue C M Y K H S L
Decimal 21 64 249 0.92 0.74 0 0.02 228.68 0.95 0.53
Hex 15 40 F9 5C 4A 0 2 E5 5F 35
Octal 25 100 371 134 112 0 2 345 137 65
Binary 10101 1000000 11111001 1011100 1001010 0 10 11100101 1011111 110101

Color Harmonies of #1540F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540F9

Black with #1540F9

Text Example


Text Example

White with #1540F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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