Html Css Color HEX #133CFB Neon Blue

📋 copy color: '#133CFB'

red 19 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #133CFB

Tints of Neon Blue #133CFB

RGB

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

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

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

R = 5.76%
G = 18.18%
B = 76.06%

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

#133CFB (or 0x133CFB) is known color: Neon Blue. HEX triplet: 13, 3C and FB. RGB value is (19,60,251). Sum of RGB (Red+Green+Blue) = 19+60+251=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 60 (23.83% from 255 or 18.18% 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 #133CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CFB is #ECC304. Grayscale: #444444. Windows color (decimal): -15516421 or 16464915. OLE color: 16464915.

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

Color convert

RGB 19 60 251 -
CMYK 0.92 0.76 0 0.02
HSL 229.4º 0.97% 0.53% -
HSV(B) 229.4º 0.92% 0.98% -
XYZ 19.3 10.34 92.24 -
YUV 69.52 230.42 91.97 -
System Red Green Blue C M Y K H S L
Decimal 19 60 251 0.92 0.76 0 0.02 229.4 0.97 0.53
Hex 13 3C FB 5C 4C 0 2 E5 61 35
Octal 23 74 373 134 114 0 2 345 141 65
Binary 10011 111100 11111011 1011100 1001100 0 10 11100101 1100001 110101

Color Harmonies of #133CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CFB

Black with #133CFB

Text Example


Text Example

White with #133CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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