Html Css Color HEX #1741FD Neon Blue

📋 copy color: '#1741FD'

red 23 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #1741FD

Tints of Neon Blue #1741FD

RGB

 RED value IS 23 (9.38% from 255) = 6.74%

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

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

R = 6.74%
G = 19.06%
B = 74.19%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1741FD (or 0x1741FD) is known color: Neon Blue. HEX triplet: 17, 41 and FD. RGB value is (23,65,253). Sum of RGB (Red+Green+Blue) = 23+65+253=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #1741FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741FD is #E8BE02. Grayscale: #494949. Windows color (decimal): -15252995 or 16597271. OLE color: 16597271.

HSL color Cylindrical-coordinate representation of color #1741FD: hue angle of 229.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1741FD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 23 65 253 -
CMYK 0.91 0.74 0 0.01
HSL 229.04º 0.98% 0.54% -
HSV(B) 229.04º 0.91% 0.99% -
XYZ 19.97 11.05 94.01 -
YUV 73.87 229.09 91.71 -
System Red Green Blue C M Y K H S L
Decimal 23 65 253 0.91 0.74 0 0.01 229.04 0.98 0.54
Hex 17 41 FD 5B 4A 0 1 E5 62 36
Octal 27 101 375 133 112 0 1 345 142 66
Binary 10111 1000001 11111101 1011011 1001010 0 1 11100101 1100010 110110

Color Harmonies of #1741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1741FD

Black with #1741FD

Text Example


Text Example

White with #1741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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