Html Css Color HEX #1540FC Neon Blue

📋 copy color: '#1540FC'

red 21 ◦ green 64 ◦ blue 252

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

Shades of Neon Blue #1540FC

Tints of Neon Blue #1540FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 6.23%
G = 18.99%
B = 74.78%

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

#1540FC (or 0x1540FC) is known color: Neon Blue. HEX triplet: 15, 40 and FC. RGB value is (21,64,252). Sum of RGB (Red+Green+Blue) = 21+64+252=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #1540FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1540FC is #EABF03. Grayscale: #474747. Windows color (decimal): -15384324 or 16531477. OLE color: 16531477.

HSL color Cylindrical-coordinate representation of color #1540FC: hue angle of 228.83º degrees, saturation: 0.97, 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 #1540FC is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 64 252 -
CMYK 0.92 0.75 0 0.01
HSL 228.83º 0.97% 0.54% -
HSV(B) 228.83º 0.92% 0.99% -
XYZ 19.71 10.85 93.15 -
YUV 72.58 229.25 91.21 -
System Red Green Blue C M Y K H S L
Decimal 21 64 252 0.92 0.75 0 0.01 228.83 0.97 0.54
Hex 15 40 FC 5C 4B 0 1 E5 61 36
Octal 25 100 374 134 113 0 1 345 141 66
Binary 10101 1000000 11111100 1011100 1001011 0 1 11100101 1100001 110110

Color Harmonies of #1540FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540FC

Black with #1540FC

Text Example


Text Example

White with #1540FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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