Html Css Color HEX #4146FB Neon Blue

📋 copy color: '#4146FB'

red 65 ◦ green 70 ◦ blue 251

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

Shades of Neon Blue #4146FB

Tints of Neon Blue #4146FB

RGB

 RED value IS 65 (25.78% from 255) = 16.84%

 GREEN value IS 70 (27.73% from 255) = 18.13%

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 16.84%
G = 18.13%
B = 65.03%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4146FB (or 0x4146FB) is known color: Neon Blue. HEX triplet: 41, 46 and FB. RGB value is (65,70,251). Sum of RGB (Red+Green+Blue) = 65+70+251=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #4146FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4146FB is #BEB904. Grayscale: #585858. Windows color (decimal): -12499205 or 16467521. OLE color: 16467521.

HSL color Cylindrical-coordinate representation of color #4146FB: hue angle of 238.39º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4146FB is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 70 251 -
CMYK 0.74 0.72 0 0.02
HSL 238.39º 0.96% 0.62% -
HSV(B) 238.39º 0.74% 0.98% -
XYZ 21.78 12.47 92.53 -
YUV 89.14 219.34 110.78 -
System Red Green Blue C M Y K H S L
Decimal 65 70 251 0.74 0.72 0 0.02 238.39 0.96 0.62
Hex 41 46 FB 4A 48 0 2 EE 60 3E
Octal 101 106 373 112 110 0 2 356 140 76
Binary 1000001 1000110 11111011 1001010 1001000 0 10 11101110 1100000 111110

Color Harmonies of #4146FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4146FB

Black with #4146FB

Text Example


Text Example

White with #4146FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4146FB; }

 p { color: rgb(65,70,251); }

 H1.HeaderClassName
 {
   color: #4146FB;
 }
 .AnyTagClassName
 {
   color: #4146FB;
 }
</style>

background-color css

<style>
 a { background-color: #4146FB; }

 a { background-color: rgb(65,70,251); }

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

border-color css

<style>
 span { border-color: #4146FB; }

 span { border-color: rgb(65,70,251); }

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