Html Css Color HEX #1B41FD Neon Blue

📋 copy color: '#1B41FD'

red 27 ◦ green 65 ◦ blue 253

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

Shades of Neon Blue #1B41FD

Tints of Neon Blue #1B41FD

RGB

 RED value IS 27 (10.94% from 255) = 7.83%

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

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

R = 7.83%
G = 18.84%
B = 73.33%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B41FD (or 0x1B41FD) is known color: Neon Blue. HEX triplet: 1B, 41 and FD. RGB value is (27,65,253). Sum of RGB (Red+Green+Blue) = 27+65+253=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #1B41FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B41FD is #E4BE02. Grayscale: #4A4A4A. Windows color (decimal): -14990851 or 16597275. OLE color: 16597275.

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

Color convert

RGB 27 65 253 -
CMYK 0.89 0.74 0 0.01
HSL 229.91º 0.98% 0.55% -
HSV(B) 229.91º 0.89% 0.99% -
XYZ 20.07 11.11 94.01 -
YUV 75.07 228.41 93.71 -
System Red Green Blue C M Y K H S L
Decimal 27 65 253 0.89 0.74 0 0.01 229.91 0.98 0.55
Hex 1B 41 FD 59 4A 0 1 E6 62 37
Octal 33 101 375 131 112 0 1 346 142 67
Binary 11011 1000001 11111101 1011001 1001010 0 1 11100110 1100010 110111

Color Harmonies of #1B41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B41FD

Black with #1B41FD

Text Example


Text Example

White with #1B41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B41FD; }

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

 H1.HeaderClassName
 {
   color: #1B41FD;
 }
 .AnyTagClassName
 {
   color: #1B41FD;
 }
</style>

background-color css

<style>
 a { background-color: #1B41FD; }

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

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

border-color css

<style>
 span { border-color: #1B41FD; }

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

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