Html Css Color HEX #153FFD Neon Blue

📋 copy color: '#153FFD'

red 21 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #153FFD

Tints of Neon Blue #153FFD

RGB

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

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

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

R = 6.23%
G = 18.69%
B = 75.07%

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

#153FFD (or 0x153FFD) is known color: Neon Blue. HEX triplet: 15, 3F and FD. RGB value is (21,63,253). Sum of RGB (Red+Green+Blue) = 21+63+253=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #153FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FFD is #EAC002. Grayscale: #474747. Windows color (decimal): -15384579 or 16596757. OLE color: 16596757.

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

Color convert

RGB 21 63 253 -
CMYK 0.92 0.75 0 0.01
HSL 229.14º 0.98% 0.54% -
HSV(B) 229.14º 0.92% 0.99% -
XYZ 19.82 10.81 93.97 -
YUV 72.1 230.09 91.55 -
System Red Green Blue C M Y K H S L
Decimal 21 63 253 0.92 0.75 0 0.01 229.14 0.98 0.54
Hex 15 3F FD 5C 4B 0 1 E5 62 36
Octal 25 77 375 134 113 0 1 345 142 66
Binary 10101 111111 11111101 1011100 1001011 0 1 11100101 1100010 110110

Color Harmonies of #153FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FFD

Black with #153FFD

Text Example


Text Example

White with #153FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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