Html Css Color HEX #134CFF Neon Blue

📋 copy color: '#134CFF'

red 19 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #134CFF

Tints of Neon Blue #134CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 255 (100% from 255) = 72.86%

R = 5.43%
G = 21.71%
B = 72.86%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#134CFF (or 0x134CFF) is known color: Neon Blue. HEX triplet: 13, 4C and FF. RGB value is (19,76,255). Sum of RGB (Red+Green+Blue) = 19+76+255=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #134CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CFF is #ECB300. Grayscale: #4E4E4E. Windows color (decimal): -15512321 or 16731155. OLE color: 16731155.

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

Color convert

RGB 19 76 255 -
CMYK 0.93 0.70 0 0
HSL 225.51º 1% 0.54% -
HSV(B) 225.51º 0.93% 1% -
XYZ 20.9 12.53 95.92 -
YUV 79.36 227.12 84.95 -
System Red Green Blue C M Y K H S L
Decimal 19 76 255 0.93 0.70 0 0 225.51 1 0.54
Hex 13 4C FF 5D 46 0 0 E2 64 36
Octal 23 114 377 135 106 0 0 342 144 66
Binary 10011 1001100 11111111 1011101 1000110 0 0 11100010 1100100 110110

Color Harmonies of #134CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CFF

Black with #134CFF

Text Example


Text Example

White with #134CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134CFF; }

 p { color: rgb(19,76,255); }

 H1.HeaderClassName
 {
   color: #134CFF;
 }
 .AnyTagClassName
 {
   color: #134CFF;
 }
</style>

background-color css

<style>
 a { background-color: #134CFF; }

 a { background-color: rgb(19,76,255); }

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

border-color css

<style>
 span { border-color: #134CFF; }

 span { border-color: rgb(19,76,255); }

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