Html Css Color HEX #153CFB Neon Blue

📋 copy color: '#153CFB'

red 21 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #153CFB

Tints of Neon Blue #153CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 251 (98.44% from 255) = 75.6%

R = 6.33%
G = 18.07%
B = 75.6%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#153CFB (or 0x153CFB) is known color: Neon Blue. HEX triplet: 15, 3C and FB. RGB value is (21,60,251). Sum of RGB (Red+Green+Blue) = 21+60+251=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #153CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CFB is #EAC304. Grayscale: #454545. Windows color (decimal): -15385349 or 16464917. OLE color: 16464917.

HSL color Cylindrical-coordinate representation of color #153CFB: hue angle of 229.83º degrees, saturation: 0.97, 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 #153CFB is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 60 251 -
CMYK 0.92 0.76 0 0.02
HSL 229.83º 0.97% 0.53% -
HSV(B) 229.83º 0.92% 0.98% -
XYZ 19.34 10.36 92.25 -
YUV 70.11 230.08 92.97 -
System Red Green Blue C M Y K H S L
Decimal 21 60 251 0.92 0.76 0 0.02 229.83 0.97 0.53
Hex 15 3C FB 5C 4C 0 2 E6 61 35
Octal 25 74 373 134 114 0 2 346 141 65
Binary 10101 111100 11111011 1011100 1001100 0 10 11100110 1100001 110101

Color Harmonies of #153CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CFB

Black with #153CFB

Text Example


Text Example

White with #153CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,251); }

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

background-color css

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

 a { background-color: rgb(21,60,251); }

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

border-color css

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

 span { border-color: rgb(21,60,251); }

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