Html Css Color HEX #4145FB Neon Blue

📋 copy color: '#4145FB'

red 65 ◦ green 69 ◦ blue 251

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

Shades of Neon Blue #4145FB

Tints of Neon Blue #4145FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 16.88%
G = 17.92%
B = 65.19%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4145FB (or 0x4145FB) is known color: Neon Blue. HEX triplet: 41, 45 and FB. RGB value is (65,69,251). Sum of RGB (Red+Green+Blue) = 65+69+251=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #4145FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4145FB is #BEBA04. Grayscale: #575757. Windows color (decimal): -12499461 or 16467265. OLE color: 16467265.

HSL color Cylindrical-coordinate representation of color #4145FB: hue angle of 238.71º 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 #4145FB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 69 251 -
CMYK 0.74 0.73 0 0.02
HSL 238.71º 0.96% 0.62% -
HSV(B) 238.71º 0.74% 0.98% -
XYZ 21.72 12.35 92.5 -
YUV 88.55 219.67 111.2 -
System Red Green Blue C M Y K H S L
Decimal 65 69 251 0.74 0.73 0 0.02 238.71 0.96 0.62
Hex 41 45 FB 4A 49 0 2 EF 60 3E
Octal 101 105 373 112 111 0 2 357 140 76
Binary 1000001 1000101 11111011 1001010 1001001 0 10 11101111 1100000 111110

Color Harmonies of #4145FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4145FB

Black with #4145FB

Text Example


Text Example

White with #4145FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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