Html Css Color HEX #133EFC Neon Blue

📋 copy color: '#133EFC'

red 19 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #133EFC

Tints of Neon Blue #133EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 252 (98.83% from 255) = 75.68%

R = 5.71%
G = 18.62%
B = 75.68%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#133EFC (or 0x133EFC) is known color: Neon Blue. HEX triplet: 13, 3E and FC. RGB value is (19,62,252). Sum of RGB (Red+Green+Blue) = 19+62+252=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #133EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133EFC is #ECC103. Grayscale: #464646. Windows color (decimal): -15515908 or 16530963. OLE color: 16530963.

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

Color convert

RGB 19 62 252 -
CMYK 0.92 0.75 0 0.01
HSL 228.93º 0.97% 0.53% -
HSV(B) 228.93º 0.92% 0.99% -
XYZ 19.56 10.61 93.11 -
YUV 70.8 230.25 91.05 -
System Red Green Blue C M Y K H S L
Decimal 19 62 252 0.92 0.75 0 0.01 228.93 0.97 0.53
Hex 13 3E FC 5C 4B 0 1 E5 61 35
Octal 23 76 374 134 113 0 1 345 141 65
Binary 10011 111110 11111100 1011100 1001011 0 1 11100101 1100001 110101

Color Harmonies of #133EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EFC

Black with #133EFC

Text Example


Text Example

White with #133EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,252); }

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

background-color css

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

 a { background-color: rgb(19,62,252); }

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

border-color css

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

 span { border-color: rgb(19,62,252); }

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