Html Css Color HEX #4B68FF Neon Blue

📋 copy color: '#4B68FF'

red 75 ◦ green 104 ◦ blue 255

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

Shades of Neon Blue #4B68FF

Tints of Neon Blue #4B68FF

RGB

 RED value IS 75 (29.69% from 255) = 17.28%

 GREEN value IS 104 (41.02% from 255) = 23.96%

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

R = 17.28%
G = 23.96%
B = 58.76%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B68FF (or 0x4B68FF) is known color: Neon Blue. HEX triplet: 4B, 68 and FF. RGB value is (75,104,255). Sum of RGB (Red+Green+Blue) = 75+104+255=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B68FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B68FF is #B49700. Grayscale: #6F6F6F. Windows color (decimal): -11835137 or 16738379. OLE color: 16738379.

HSL color Cylindrical-coordinate representation of color #4B68FF: hue angle of 230.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B68FF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 104 255 -
CMYK 0.71 0.59 0 0
HSL 230.33º 1% 0.65% -
HSV(B) 230.33º 0.71% 1% -
XYZ 25.9 18.62 96.84 -
YUV 112.54 208.39 101.22 -
System Red Green Blue C M Y K H S L
Decimal 75 104 255 0.71 0.59 0 0 230.33 1 0.65
Hex 4B 68 FF 47 3B 0 0 E6 64 41
Octal 113 150 377 107 73 0 0 346 144 101
Binary 1001011 1101000 11111111 1000111 111011 0 0 11100110 1100100 1000001

Color Harmonies of #4B68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B68FF

Black with #4B68FF

Text Example


Text Example

White with #4B68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B68FF; }

 p { color: rgb(75,104,255); }

 H1.HeaderClassName
 {
   color: #4B68FF;
 }
 .AnyTagClassName
 {
   color: #4B68FF;
 }
</style>

background-color css

<style>
 a { background-color: #4B68FF; }

 a { background-color: rgb(75,104,255); }

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

border-color css

<style>
 span { border-color: #4B68FF; }

 span { border-color: rgb(75,104,255); }

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