Html Css Color HEX #153FFE Neon Blue

📋 copy color: '#153FFE'

red 21 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #153FFE

Tints of Neon Blue #153FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

 BLUE value IS 254 (99.61% from 255) = 75.15%

R = 6.21%
G = 18.64%
B = 75.15%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#153FFE (or 0x153FFE) is known color: Neon Blue. HEX triplet: 15, 3F and FE. RGB value is (21,63,254). Sum of RGB (Red+Green+Blue) = 21+63+254=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #153FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FFE is #EAC001. Grayscale: #474747. Windows color (decimal): -15384578 or 16662293. OLE color: 16662293.

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

Color convert

RGB 21 63 254 -
CMYK 0.92 0.75 0 0.00
HSL 229.18º 0.99% 0.54% -
HSV(B) 229.18º 0.92% 1% -
XYZ 19.98 10.87 94.81 -
YUV 72.22 230.59 91.47 -
System Red Green Blue C M Y K H S L
Decimal 21 63 254 0.92 0.75 0 0.00 229.18 0.99 0.54
Hex 15 3F FE 5C 4B 0 0 E5 63 36
Octal 25 77 376 134 113 0 0 345 143 66
Binary 10101 111111 11111110 1011100 1001011 0 0 11100101 1100011 110110

Color Harmonies of #153FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FFE

Black with #153FFE

Text Example


Text Example

White with #153FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153FFE; }

 p { color: rgb(21,63,254); }

 H1.HeaderClassName
 {
   color: #153FFE;
 }
 .AnyTagClassName
 {
   color: #153FFE;
 }
</style>

background-color css

<style>
 a { background-color: #153FFE; }

 a { background-color: rgb(21,63,254); }

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

border-color css

<style>
 span { border-color: #153FFE; }

 span { border-color: rgb(21,63,254); }

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