Html Css Color HEX #133FFC Neon Blue

📋 copy color: '#133FFC'

red 19 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #133FFC

Tints of Neon Blue #133FFC

RGB

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

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

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

R = 5.69%
G = 18.86%
B = 75.45%

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

#133FFC (or 0x133FFC) is known color: Neon Blue. HEX triplet: 13, 3F and FC. RGB value is (19,63,252). Sum of RGB (Red+Green+Blue) = 19+63+252=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #133FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FFC is #ECC003. Grayscale: #464646. Windows color (decimal): -15515652 or 16531219. OLE color: 16531219.

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

Color convert

RGB 19 63 252 -
CMYK 0.92 0.75 0 0.01
HSL 228.67º 0.97% 0.53% -
HSV(B) 228.67º 0.92% 0.99% -
XYZ 19.62 10.72 93.13 -
YUV 71.39 229.92 90.63 -
System Red Green Blue C M Y K H S L
Decimal 19 63 252 0.92 0.75 0 0.01 228.67 0.97 0.53
Hex 13 3F FC 5C 4B 0 1 E5 61 35
Octal 23 77 374 134 113 0 1 345 141 65
Binary 10011 111111 11111100 1011100 1001011 0 1 11100101 1100001 110101

Color Harmonies of #133FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FFC

Black with #133FFC

Text Example


Text Example

White with #133FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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