Html Css Color HEX #153CFD Neon Blue

📋 copy color: '#153CFD'

red 21 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #153CFD

Tints of Neon Blue #153CFD

RGB

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

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

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

R = 6.29%
G = 17.96%
B = 75.75%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#153CFD (or 0x153CFD) is known color: Neon Blue. HEX triplet: 15, 3C and FD. RGB value is (21,60,253). Sum of RGB (Red+Green+Blue) = 21+60+253=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #153CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CFD is #EAC302. Grayscale: #454545. Windows color (decimal): -15385347 or 16595989. OLE color: 16595989.

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

Color convert

RGB 21 60 253 -
CMYK 0.92 0.76 0 0.01
HSL 229.91º 0.98% 0.54% -
HSV(B) 229.91º 0.92% 0.99% -
XYZ 19.65 10.48 93.92 -
YUV 70.34 231.08 92.81 -
System Red Green Blue C M Y K H S L
Decimal 21 60 253 0.92 0.76 0 0.01 229.91 0.98 0.54
Hex 15 3C FD 5C 4C 0 1 E6 62 36
Octal 25 74 375 134 114 0 1 346 142 66
Binary 10101 111100 11111101 1011100 1001100 0 1 11100110 1100010 110110

Color Harmonies of #153CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153CFD

Black with #153CFD

Text Example


Text Example

White with #153CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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