Html Css Color HEX #153FF8 Neon Blue

📋 copy color: '#153FF8'

red 21 ◦ green 63 ◦ blue 248

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

Shades of Neon Blue #153FF8

Tints of Neon Blue #153FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 74.7%

R = 6.33%
G = 18.98%
B = 74.7%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#153FF8 (or 0x153FF8) is known color: Neon Blue. HEX triplet: 15, 3F and F8. RGB value is (21,63,248). Sum of RGB (Red+Green+Blue) = 21+63+248=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #153FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FF8 is #EAC007. Grayscale: #464646. Windows color (decimal): -15384584 or 16269077. OLE color: 16269077.

HSL color Cylindrical-coordinate representation of color #153FF8: hue angle of 228.9º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #153FF8 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 63 248 -
CMYK 0.92 0.75 0 0.03
HSL 228.9º 0.94% 0.53% -
HSV(B) 228.9º 0.92% 0.97% -
XYZ 19.03 10.49 89.83 -
YUV 71.53 227.59 91.96 -
System Red Green Blue C M Y K H S L
Decimal 21 63 248 0.92 0.75 0 0.03 228.9 0.94 0.53
Hex 15 3F F8 5C 4B 0 3 E5 5E 35
Octal 25 77 370 134 113 0 3 345 136 65
Binary 10101 111111 11111000 1011100 1001011 0 11 11100101 1011110 110101

Color Harmonies of #153FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FF8

Black with #153FF8

Text Example


Text Example

White with #153FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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