Html Css Color HEX #1741FF Neon Blue

📋 copy color: '#1741FF'

red 23 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #1741FF

Tints of Neon Blue #1741FF

RGB

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

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

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

R = 6.71%
G = 18.95%
B = 74.34%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1741FF (or 0x1741FF) is known color: Neon Blue. HEX triplet: 17, 41 and FF. RGB value is (23,65,255). Sum of RGB (Red+Green+Blue) = 23+65+255=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1741FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741FF is #E8BE00. Grayscale: #494949. Windows color (decimal): -15252993 or 16728343. OLE color: 16728343.

HSL color Cylindrical-coordinate representation of color #1741FF: hue angle of 229.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1741FF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 23 65 255 -
CMYK 0.91 0.75 0 0
HSL 229.14º 1% 0.55% -
HSV(B) 229.14º 0.91% 1% -
XYZ 20.29 11.18 95.7 -
YUV 74.1 230.09 91.55 -
System Red Green Blue C M Y K H S L
Decimal 23 65 255 0.91 0.75 0 0 229.14 1 0.55
Hex 17 41 FF 5B 4B 0 0 E5 64 37
Octal 27 101 377 133 113 0 0 345 144 67
Binary 10111 1000001 11111111 1011011 1001011 0 0 11100101 1100100 110111

Color Harmonies of #1741FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1741FF

Black with #1741FF

Text Example


Text Example

White with #1741FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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