Html Css Color HEX #133FFE Neon Blue

📋 copy color: '#133FFE'

red 19 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #133FFE

Tints of Neon Blue #133FFE

RGB

 RED value IS 19 (7.81% from 255) = 5.65%

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

 BLUE value IS 254 (99.61% from 255) = 75.6%

R = 5.65%
G = 18.75%
B = 75.6%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#133FFE (or 0x133FFE) is known color: Neon Blue. HEX triplet: 13, 3F and FE. RGB value is (19,63,254). Sum of RGB (Red+Green+Blue) = 19+63+254=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #133FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FFE is #ECC001. Grayscale: #464646. Windows color (decimal): -15515650 or 16662291. OLE color: 16662291.

HSL color Cylindrical-coordinate representation of color #133FFE: hue angle of 228.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #133FFE is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 63 254 -
CMYK 0.93 0.75 0 0.00
HSL 228.77º 0.99% 0.54% -
HSV(B) 228.77º 0.93% 1% -
XYZ 19.94 10.85 94.81 -
YUV 71.62 230.92 90.47 -
System Red Green Blue C M Y K H S L
Decimal 19 63 254 0.93 0.75 0 0.00 228.77 0.99 0.54
Hex 13 3F FE 5D 4B 0 0 E5 63 36
Octal 23 77 376 135 113 0 0 345 143 66
Binary 10011 111111 11111110 1011101 1001011 0 0 11100101 1100011 110110

Color Harmonies of #133FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FFE

Black with #133FFE

Text Example


Text Example

White with #133FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133FFE; }

 p { color: rgb(19,63,254); }

 H1.HeaderClassName
 {
   color: #133FFE;
 }
 .AnyTagClassName
 {
   color: #133FFE;
 }
</style>

background-color css

<style>
 a { background-color: #133FFE; }

 a { background-color: rgb(19,63,254); }

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

border-color css

<style>
 span { border-color: #133FFE; }

 span { border-color: rgb(19,63,254); }

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