Html Css Color HEX #384FFF Neon Blue

📋 copy color: '#384FFF'

red 56 ◦ green 79 ◦ blue 255

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

Shades of Neon Blue #384FFF

Tints of Neon Blue #384FFF

RGB

 RED value IS 56 (22.27% from 255) = 14.36%

 GREEN value IS 79 (31.25% from 255) = 20.26%

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

R = 14.36%
G = 20.26%
B = 65.38%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#384FFF (or 0x384FFF) is known color: Neon Blue. HEX triplet: 38, 4F and FF. RGB value is (56,79,255). Sum of RGB (Red+Green+Blue) = 56+79+255=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #384FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FFF is #C7B000. Grayscale: #5B5B5B. Windows color (decimal): -13086721 or 16731960. OLE color: 16731960.

HSL color Cylindrical-coordinate representation of color #384FFF: hue angle of 233.07º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384FFF is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 79 255 -
CMYK 0.78 0.69 0 0
HSL 233.07º 1% 0.61% -
HSV(B) 233.07º 0.78% 1% -
XYZ 22.48 13.65 96.06 -
YUV 92.19 219.88 102.19 -
System Red Green Blue C M Y K H S L
Decimal 56 79 255 0.78 0.69 0 0 233.07 1 0.61
Hex 38 4F FF 4E 45 0 0 E9 64 3D
Octal 70 117 377 116 105 0 0 351 144 75
Binary 111000 1001111 11111111 1001110 1000101 0 0 11101001 1100100 111101

Color Harmonies of #384FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FFF

Black with #384FFF

Text Example


Text Example

White with #384FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384FFF; }

 p { color: rgb(56,79,255); }

 H1.HeaderClassName
 {
   color: #384FFF;
 }
 .AnyTagClassName
 {
   color: #384FFF;
 }
</style>

background-color css

<style>
 a { background-color: #384FFF; }

 a { background-color: rgb(56,79,255); }

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

border-color css

<style>
 span { border-color: #384FFF; }

 span { border-color: rgb(56,79,255); }

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