Html Css Color HEX #1341FD Neon Blue

📋 copy color: '#1341FD'

red 19 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #1341FD

Tints of Neon Blue #1341FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 5.64%
G = 19.29%
B = 75.07%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1341FD (or 0x1341FD) is known color: Neon Blue. HEX triplet: 13, 41 and FD. RGB value is (19,65,253). Sum of RGB (Red+Green+Blue) = 19+65+253=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #1341FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1341FD is #ECBE02. Grayscale: #474747. Windows color (decimal): -15515139 or 16597267. OLE color: 16597267.

HSL color Cylindrical-coordinate representation of color #1341FD: hue angle of 228.21º degrees, saturation: 0.98, 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 #1341FD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 65 253 -
CMYK 0.92 0.74 0 0.01
HSL 228.21º 0.98% 0.53% -
HSV(B) 228.21º 0.92% 0.99% -
XYZ 19.89 11.01 94.01 -
YUV 72.68 229.76 89.71 -
System Red Green Blue C M Y K H S L
Decimal 19 65 253 0.92 0.74 0 0.01 228.21 0.98 0.53
Hex 13 41 FD 5C 4A 0 1 E4 62 35
Octal 23 101 375 134 112 0 1 344 142 65
Binary 10011 1000001 11111101 1011100 1001010 0 1 11100100 1100010 110101

Color Harmonies of #1341FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1341FD

Black with #1341FD

Text Example


Text Example

White with #1341FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1341FD; }

 p { color: rgb(19,65,253); }

 H1.HeaderClassName
 {
   color: #1341FD;
 }
 .AnyTagClassName
 {
   color: #1341FD;
 }
</style>

background-color css

<style>
 a { background-color: #1341FD; }

 a { background-color: rgb(19,65,253); }

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

border-color css

<style>
 span { border-color: #1341FD; }

 span { border-color: rgb(19,65,253); }

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