Html Css Color HEX #153AFB Neon Blue

📋 copy color: '#153AFB'

red 21 ◦ green 58 ◦ blue 251

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

Shades of Neon Blue #153AFB

Tints of Neon Blue #153AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 6.36%
G = 17.58%
B = 76.06%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#153AFB (or 0x153AFB) is known color: Neon Blue. HEX triplet: 15, 3A and FB. RGB value is (21,58,251). Sum of RGB (Red+Green+Blue) = 21+58+251=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #153AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AFB is #EAC504. Grayscale: #444444. Windows color (decimal): -15385861 or 16464405. OLE color: 16464405.

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

Color convert

RGB 21 58 251 -
CMYK 0.92 0.77 0 0.02
HSL 230.35º 0.97% 0.53% -
HSV(B) 230.35º 0.92% 0.98% -
XYZ 19.23 10.15 92.21 -
YUV 68.94 230.74 93.81 -
System Red Green Blue C M Y K H S L
Decimal 21 58 251 0.92 0.77 0 0.02 230.35 0.97 0.53
Hex 15 3A FB 5C 4D 0 2 E6 61 35
Octal 25 72 373 134 115 0 2 346 141 65
Binary 10101 111010 11111011 1011100 1001101 0 10 11100110 1100001 110101

Color Harmonies of #153AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153AFB

Black with #153AFB

Text Example


Text Example

White with #153AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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