Html Css Color HEX #134AFC Neon Blue

📋 copy color: '#134AFC'

red 19 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #134AFC

Tints of Neon Blue #134AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 5.51%
G = 21.45%
B = 73.04%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#134AFC (or 0x134AFC) is known color: Neon Blue. HEX triplet: 13, 4A and FC. RGB value is (19,74,252). Sum of RGB (Red+Green+Blue) = 19+74+252=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #134AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134AFC is #ECB503. Grayscale: #4D4D4D. Windows color (decimal): -15512836 or 16534035. OLE color: 16534035.

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

Color convert

RGB 19 74 252 -
CMYK 0.92 0.71 0 0.01
HSL 225.84º 0.97% 0.53% -
HSV(B) 225.84º 0.92% 0.99% -
XYZ 20.29 12.06 93.35 -
YUV 77.85 226.28 86.03 -
System Red Green Blue C M Y K H S L
Decimal 19 74 252 0.92 0.71 0 0.01 225.84 0.97 0.53
Hex 13 4A FC 5C 47 0 1 E2 61 35
Octal 23 112 374 134 107 0 1 342 141 65
Binary 10011 1001010 11111100 1011100 1000111 0 1 11100010 1100001 110101

Color Harmonies of #134AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AFC

Black with #134AFC

Text Example


Text Example

White with #134AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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