Html Css Color HEX #1540FD Neon Blue

📋 copy color: '#1540FD'

red 21 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #1540FD

Tints of Neon Blue #1540FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.85%

R = 6.21%
G = 18.93%
B = 74.85%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1540FD (or 0x1540FD) is known color: Neon Blue. HEX triplet: 15, 40 and FD. RGB value is (21,64,253). Sum of RGB (Red+Green+Blue) = 21+64+253=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #1540FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1540FD is #EABF02. Grayscale: #474747. Windows color (decimal): -15384323 or 16597013. OLE color: 16597013.

HSL color Cylindrical-coordinate representation of color #1540FD: hue angle of 228.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1540FD is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 64 253 -
CMYK 0.92 0.75 0 0.01
HSL 228.88º 0.98% 0.54% -
HSV(B) 228.88º 0.92% 0.99% -
XYZ 19.87 10.92 93.99 -
YUV 72.69 229.75 91.13 -
System Red Green Blue C M Y K H S L
Decimal 21 64 253 0.92 0.75 0 0.01 228.88 0.98 0.54
Hex 15 40 FD 5C 4B 0 1 E5 62 36
Octal 25 100 375 134 113 0 1 345 142 66
Binary 10101 1000000 11111101 1011100 1001011 0 1 11100101 1100010 110110

Color Harmonies of #1540FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540FD

Black with #1540FD

Text Example


Text Example

White with #1540FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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